From 5e28f4786836a052ac5a705a690530af40980bf8 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Oct 2019 20:22:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 2ac8a741..bda181ec 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -337,17 +337,23 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the URL to which the client is redirected to locate a requested resource. + /// Gets or sets the URL to which the client is redirected to locate + /// a requested resource. /// /// - /// A that represents the value of the Location response-header, - /// or if no redirect location is specified. + /// + /// A that represents the value of the Location + /// response-header. + /// + /// + /// if no redirect location is specified. + /// /// /// - /// The value specified for a set operation isn't an absolute URL. + /// The value specified for a set operation is not an absolute URL. /// /// - /// This object is closed. + /// This instance is closed. /// public string RedirectLocation { get {