[Modify] Edit it

master
sta 8 years ago
parent f6405621e6
commit ff2ff50a19

@ -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 {

Loading…
Cancel
Save