|
|
|
@ -477,11 +477,12 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the WebSocket extensions selected by the server.
|
|
|
|
/// Gets the extensions selected by server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the extensions if any.
|
|
|
|
/// A <see cref="string"/> that will be a list of the extensions
|
|
|
|
/// The default value is <see cref="String.Empty"/>.
|
|
|
|
/// negotiated between client and server, or an empty string if
|
|
|
|
|
|
|
|
/// not specified or selected.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string Extensions {
|
|
|
|
public string Extensions {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|