diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 986d79b2..ad6a0a71 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -622,11 +622,11 @@ namespace WebSocketSharp } /// - /// Gets the WebSocket subprotocol selected by the server. + /// Gets the name of the subprotocol selected by server. /// /// - /// A that represents the subprotocol if any. - /// The default value is . + /// A that will be one of the names of the subprotocols + /// specified by client or an empty string if not specified or selected. /// public string Protocol { get {