From b38f25af230638e7f5c14a838e690f75124fa0a2 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 11 Mar 2018 17:56:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index a169f02d..9af6c6e3 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -508,7 +508,7 @@ namespace WebSocketSharp.Net /// header. /// /// - /// if the User-Agent header is not present. + /// if the header is not present. /// /// public string UserAgent { @@ -541,7 +541,7 @@ namespace WebSocketSharp.Net /// It includes the port number if provided. /// /// - /// if the Host header is not present. + /// if the header is not present. /// /// public string UserHostName {