From a57af997415c3bae1b7c604c4b672dd1ac25b342 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 3 Nov 2019 21:23:27 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index c532d73f..72c5bdbe 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -906,28 +906,29 @@ namespace WebSocketSharp.Net /// /// Configures the response to redirect the client's request to - /// the specified . + /// the specified URL. /// /// - /// This method sets the property to - /// , the property to - /// 302, and the property to + /// This method sets the property to + /// , the property to + /// 302, and the property to /// "Found". /// /// - /// A that represents the URL to redirect the client's request to. + /// A that represents the URL to which the client is + /// redirected to locate a requested resource. /// /// /// is . /// /// - /// isn't an absolute URL. + /// is not an absolute URL. /// /// - /// The response has already been sent. + /// The response is already being sent. /// /// - /// This object is closed. + /// This instance is closed. /// public void Redirect (string url) {