[Modify] Edit it

This commit is contained in:
sta 2017-11-01 14:38:33 +09:00
parent f6405621e6
commit ff2ff50a19

View File

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