[Modify] Edit it
This commit is contained in:
		@@ -98,11 +98,11 @@ namespace WebSocketSharp
 | 
				
			|||||||
    #region Public Properties
 | 
					    #region Public Properties
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets the status code for the close.
 | 
					    /// Gets the status code for the connection close.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// A <see cref="ushort"/> that represents the status code for the close
 | 
					    /// A <see cref="ushort"/> that represents the status code for
 | 
				
			||||||
    /// if present.
 | 
					    /// the connection close if present.
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    public ushort Code {
 | 
					    public ushort Code {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user