[Modify] Edit it
This commit is contained in:
		@@ -217,14 +217,16 @@ namespace WebSocketSharp.Net.WebSockets
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// <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>
 | 
			
		||||
    /// <remarks>
 | 
			
		||||
    /// This property provides a part of the information used by the server to prove that
 | 
			
		||||
    /// it received a valid WebSocket handshake request.
 | 
			
		||||
    /// This property provides a part of the information used by the server to
 | 
			
		||||
    /// prove that it received a valid WebSocket handshake request.
 | 
			
		||||
    /// </remarks>
 | 
			
		||||
    /// <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>
 | 
			
		||||
    public override string SecWebSocketKey {
 | 
			
		||||
      get {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user