Fix a few for SetHttpProxy method
This commit is contained in:
parent
be43c9a343
commit
ea2066cfcf
@ -2123,8 +2123,9 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sets the HTTP Proxy server URL to connect through, and a pair of <paramref name="username"/>
|
/// Sets the HTTP Proxy server URL to connect through, and if necessary, a pair of
|
||||||
/// and <paramref name="password"/> for the proxy server authentication (Basic/Digest).
|
/// <paramref name="username"/> and <paramref name="password"/> for the proxy server
|
||||||
|
/// authentication (Basic/Digest).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
/// A <see cref="string"/> that represents the HTTP Proxy server URL to connect through.
|
/// A <see cref="string"/> that represents the HTTP Proxy server URL to connect through.
|
||||||
@ -2175,7 +2176,7 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
if (msg != null) {
|
if (msg != null) {
|
||||||
_logger.Error (msg);
|
_logger.Error (msg);
|
||||||
error (msg);
|
error ("An error has occurred while setting the HTTP Proxy.");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user