[Modify] Edit it
This commit is contained in:
		@@ -56,10 +56,11 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    string ID { get; }
 | 
					    string ID { get; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets the WebSocket subprotocol used in the session.
 | 
					    /// Gets the name of the WebSocket subprotocol used in the session.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// A <see cref="string"/> that represents the subprotocol if any.
 | 
					    /// A <see cref="string"/> that represents the name of the subprotocol
 | 
				
			||||||
 | 
					    /// if present.
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    string Protocol { get; }
 | 
					    string Protocol { get; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user