From ee5acfa7dc91983968f4c73f348a6374e460d287 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 Jan 2018 17:07:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 210f5787..0d0aceb6 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -472,10 +472,16 @@ namespace WebSocketSharp.Net } /// - /// Gets the information about the user agent originating the request. + /// Gets the user agent from which the request is originated. /// /// - /// A that represents the value of the User-Agent request-header. + /// + /// A that represents the value of the User-Agent + /// header. + /// + /// + /// if the User-Agent header is not present. + /// /// public string UserAgent { get {