From 222077ae1db0d594b387b6f0122d1e56610a6c91 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 14 Nov 2017 15:19:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 2920dcaf..12aaefe5 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3780,9 +3780,8 @@ namespace WebSocketSharp } /// - /// Sets the HTTP proxy server URL through which to connect and - /// the credentials for the HTTP authentication (Basic/Digest) by - /// the proxy server. + /// Sets the URL of the HTTP proxy server through which to connect and + /// the credentials for the HTTP proxy authentication (Basic/Digest). /// /// /// This method does nothing if the connection has already been @@ -3790,12 +3789,16 @@ namespace WebSocketSharp /// /// /// - /// A that represents the proxy server URL through - /// which to connect. + /// A that represents the URL of the proxy server + /// through which to connect. /// /// /// The syntax is http://<host>[:<port>]. /// + /// + /// or an empty string if initializes the URL and + /// the credentials. + /// /// /// /// @@ -3819,17 +3822,8 @@ namespace WebSocketSharp /// /// This instance is not a client. /// - /// - /// is . - /// /// /// - /// is an empty string. - /// - /// - /// -or- - /// - /// /// is not an absolute URI string. /// ///