From 8986a323a8383039196890ffef473b3f354e3c99 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 25 Mar 2018 18:15:11 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 0843f930..bb05793f 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -203,7 +203,12 @@ namespace WebSocketSharp.Net.WebSockets /// Gets the URI requested by the client. /// /// - /// A that represents the requested URI. + /// + /// A that represents the URI parsed from the request. + /// + /// + /// if the URI cannot be parsed. + /// /// public override Uri RequestUri { get {