[Modify] Edit it
This commit is contained in:
		@@ -341,10 +341,12 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets a value indicating whether the server provides a secure connection.
 | 
					    /// Gets a value indicating whether the server provides
 | 
				
			||||||
 | 
					    /// secure connections.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// <c>true</c> if the server provides a secure connection; otherwise, <c>false</c>.
 | 
					    /// <c>true</c> if the server provides secure connections;
 | 
				
			||||||
 | 
					    /// otherwise, <c>false</c>.
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    public bool IsSecure {
 | 
					    public bool IsSecure {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user