[Modify] Edit it

This commit is contained in:
sta 2018-03-27 13:47:25 +09:00
parent 612194369a
commit f4bfd46bcb

View File

@ -265,13 +265,11 @@ 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. /// A <see cref="string"/> that represents the WebSocket protocol version.
/// </value> /// </value>
public override string SecWebSocketVersion { public override string SecWebSocketVersion {
get { get {