[Modify] Polish it
This commit is contained in:
parent
302cc816b5
commit
f892fecb9a
@ -2808,8 +2808,8 @@ namespace WebSocketSharp
|
|||||||
/// used to authenticate.
|
/// used to authenticate.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="preAuth">
|
/// <param name="preAuth">
|
||||||
/// <c>true</c> if the <see cref="WebSocket"/> sends the Basic authentication credentials
|
/// <c>true</c> if the <see cref="WebSocket"/> sends the Basic authentication credentials with
|
||||||
/// with the first connection request to the server; otherwise, <c>false</c>.
|
/// the first handshake request to the server; otherwise, <c>false</c>.
|
||||||
/// </param>
|
/// </param>
|
||||||
public void SetCredentials (string username, string password, bool preAuth)
|
public void SetCredentials (string username, string password, bool preAuth)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user