From 4c8efb01573de9a18efe8dbdcb363da4de5190e4 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Mar 2018 17:07:04 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index d7e85006..f6b5f3a4 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -322,11 +322,12 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the instance used for - /// two-way communication between client and server. + /// Gets the WebSocket interface for two-way communication between the + /// client and server. /// /// - /// A . + /// A that provides a set of methods + /// and properties for two-way communication using the WebSocket protocol. /// public override WebSocket WebSocket { get {