[Modify] Edit it

This commit is contained in:
sta 2018-04-04 17:20:32 +09:00
parent e631e21642
commit 7a9f11a92e

View File

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