[Modify] Edit it
This commit is contained in:
parent
58b2c43dab
commit
a3f6fedd81
@ -269,15 +269,18 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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
|
||||||
|
/// the handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
/// This property represents the subprotocols requested by the client.
|
|
||||||
/// </remarks>
|
|
||||||
/// <value>
|
/// <value>
|
||||||
/// An <see cref="T:System.Collections.Generic.IEnumerable{string}"/> instance that provides
|
/// <para>
|
||||||
/// an enumerator which supports the iteration over the values of the Sec-WebSocket-Protocol
|
/// An <see cref="T:System.Collections.Generic.IEnumerable{string}"/>
|
||||||
/// header.
|
/// instance.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It provides an enumerator which supports the iteration over
|
||||||
|
/// the collection of the names of the subprotocols.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public override IEnumerable<string> SecWebSocketProtocols {
|
public override IEnumerable<string> SecWebSocketProtocols {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user