From 1b0c9c58f32d4c75d80d27f9568a8c91f8e152a6 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 20 Mar 2018 17:43:42 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index e4d0baf2..f4451b18 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -100,10 +100,15 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Host header included in the request. + /// Gets the value of the Host header included in the handshake request. /// /// - /// A that represents the value of the Host header. + /// + /// A that represents the value of the Host header. + /// + /// + /// It includes the port number if provided. + /// /// public override string Host { get {