From 055e904bf59ff5bccd54d14a4842307af0c91437 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Apr 2018 17:21:02 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 56cb3173..1e781830 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -72,10 +72,11 @@ namespace WebSocketSharp.Net.WebSockets public abstract NameValueCollection Headers { get; } /// - /// 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 server host name requested by + /// the client. /// public abstract string Host { get; }