Modified xml doc comment of SetCredentials method
This commit is contained in:
parent
cb22fec215
commit
a209158233
@ -2128,8 +2128,9 @@ namespace WebSocketSharp
|
||||
/// <paramref name="username"/> used to authenticate.
|
||||
/// </param>
|
||||
/// <param name="preAuth">
|
||||
/// <c>true</c> if the <see cref="WebSocket"/> sends a Basic authentication
|
||||
/// credentials with the first connection request; otherwise, <c>false</c>.
|
||||
/// <c>true</c> if the <see cref="WebSocket"/> sends the Basic authentication
|
||||
/// credentials with the first connection request to the server; otherwise,
|
||||
/// <c>false</c>.
|
||||
/// </param>
|
||||
public void SetCredentials (string username, string password, bool preAuth)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user