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.
///
///