[Modify] Edit it
This commit is contained in:
parent
5bfdf5aa19
commit
570b66ea3d
@ -347,13 +347,17 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the WebSocket protocol
|
||||||
|
/// version specified by the client.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if the header is not present.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public override string SecWebSocketVersion {
|
public override string SecWebSocketVersion {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user