[Modify] Edit it

This commit is contained in:
sta 2016-06-30 14:49:29 +09:00
parent 61e33f5c74
commit f6dc66527e

View File

@ -199,8 +199,8 @@ namespace WebSocketSharp.Net.WebSockets
/// 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 request.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This property provides a part of the information used by the server to prove that it /// This property provides a part of the information used by the server to prove that
/// received a valid WebSocket connection request. /// 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.