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 {