From 3229d8e38a932b5afbb1e54f8d309724e9ee310a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 31 Oct 2017 17:27:28 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {