[Modify] Edit it
This commit is contained in:
parent
0311a39b57
commit
13b745be2f
@ -284,11 +284,17 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the value of the Sec-WebSocket-Version header included in the
|
/// Gets the value of the Sec-WebSocket-Version header included in
|
||||||
/// handshake request.
|
/// the handshake request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="string"/> that represents the WebSocket protocol version.
|
/// <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