[Modify] Edit it

This commit is contained in:
sta 2018-03-26 18:13:57 +09:00
parent 8986a323a8
commit 612194369a

View File

@ -217,14 +217,16 @@ namespace WebSocketSharp.Net.WebSockets
} }
/// <summary> /// <summary>
/// Gets the value of the Sec-WebSocket-Key header included in the request. /// Gets the value of the Sec-WebSocket-Key header included in the handshake
/// request.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This property provides a part of the information used by the server to prove that /// This property provides a part of the information used by the server to
/// it received a valid WebSocket handshake request. /// prove that it received a valid WebSocket handshake request.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="string"/> that represents the value of the Sec-WebSocket-Key header. /// A <see cref="string"/> that represents the value of the
/// Sec-WebSocket-Key header.
/// </value> /// </value>
public override string SecWebSocketKey { public override string SecWebSocketKey {
get { get {