From 90faa410b7f79c4bfcd39a1910356192fb39ad4a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 22 Dec 2019 21:38:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 85d75c3f..f26f1234 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -554,7 +554,15 @@ namespace WebSocketSharp.Net /// /// /// - /// The value specified for a set operation is not an absolute URL. + /// + /// The value specified for a set operation is an empty string. + /// + /// + /// -or- + /// + /// + /// The value specified for a set operation is not an absolute URL. + /// /// /// /// The response is already being sent.