From c265c18bded052996694ce8b9a1d8076026e7699 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 6 Apr 2018 17:58:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 9fd09291..65c38f3f 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -211,11 +211,12 @@ namespace WebSocketSharp.Net.WebSockets public abstract System.Net.IPEndPoint UserEndPoint { get; } /// - /// Gets the instance used for - /// two-way communication between client and server. + /// Gets the WebSocket instance used for two-way communication between + /// the client and server. /// /// - /// A . + /// A used for two-way communication + /// using the WebSocket protocol. /// public abstract WebSocket WebSocket { get; }