[Modify] Edit it
This commit is contained in:
		@@ -106,8 +106,13 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    /// Gets the information in a handshake request to the WebSocket service.
 | 
					    /// Gets the information in a handshake request to the WebSocket service.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// A <see cref="WebSocketContext"/> instance that provides the access to the handshake request,
 | 
					    ///   <para>
 | 
				
			||||||
    /// or <see langword="null"/> if the WebSocket connection isn't established.
 | 
					    ///   A <see cref="WebSocketContext"/> instance that provides the access to
 | 
				
			||||||
 | 
					    ///   the information in the handshake request.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   <see langword="null"/> if the session has not started yet.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    public WebSocketContext Context {
 | 
					    public WebSocketContext Context {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user