[Modify] Edit it
This commit is contained in:
parent
7a9f11a92e
commit
0311a39b57
@ -174,13 +174,12 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
public abstract IEnumerable<string> SecWebSocketProtocols { get; }
|
public abstract IEnumerable<string> SecWebSocketProtocols { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the value of the Sec-WebSocket-Version header included in the request.
|
/// Gets the value of the Sec-WebSocket-Version header included in
|
||||||
|
/// the handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
/// This property represents the WebSocket protocol version.
|
|
||||||
/// </remarks>
|
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the value of the Sec-WebSocket-Version header.
|
/// A <see cref="string"/> that represents the WebSocket protocol
|
||||||
|
/// version specified by the client.
|
||||||
/// </value>
|
/// </value>
|
||||||
public abstract string SecWebSocketVersion { get; }
|
public abstract string SecWebSocketVersion { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user