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 {