[Modify] Edit it

master
sta 8 years ago
parent 8305854bc9
commit 84eea4161a

@ -147,15 +147,18 @@ namespace WebSocketSharp.Net.WebSockets
public abstract string SecWebSocketKey { get; } public abstract string SecWebSocketKey { get; }
/// <summary> /// <summary>
/// Gets the values of the Sec-WebSocket-Protocol header included in the request. /// Gets the value of the Sec-WebSocket-Protocol header included in
/// </summary> /// the handshake request.
/// <remarks> /// </summary>
/// This property represents the subprotocols requested by the client. /// <value>
/// </remarks> /// <para>
/// <value> /// An <see cref="T:System.Collections.Generic.IEnumerable{string}"/>
/// An <see cref="T:System.Collections.Generic.IEnumerable{string}"/> instance that provides /// instance.
/// an enumerator which supports the iteration over the values of the Sec-WebSocket-Protocol /// </para>
/// header. /// <para>
/// It provides an enumerator which supports the iteration over
/// the collection of the names of the subprotocols.
/// </para>
/// </value> /// </value>
public abstract IEnumerable<string> SecWebSocketProtocols { get; } public abstract IEnumerable<string> SecWebSocketProtocols { get; }

Loading…
Cancel
Save