From 197166b48b2f116865a73ab6dbf3dab8d0c66431 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 20 Dec 2019 19:38:44 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 24167664..0c72b565 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -540,8 +540,11 @@ namespace WebSocketSharp.Net /// /// /// - /// A that represents the value of the Location - /// response-header. + /// A that represents the absolute URL for + /// the redirect location. + /// + /// + /// It is used for the value of the Location header. /// /// /// if no redirect location is specified.