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.