From 790073d6a30816b89128e8b149605e9d509331c9 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 7 Apr 2018 20:46:09 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 7790b37e..e1e4ed64 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -347,12 +347,11 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the WebSocket interface for two-way communication between the - /// client and server. + /// Gets the WebSocket instance used for two-way communication between + /// the client and server. /// /// - /// A that provides a set of methods - /// and properties for two-way communication using the WebSocket protocol. + /// A . /// public override WebSocket WebSocket { get {