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.
|
/// <paramref name="username"/> used to authenticate.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="preAuth">
|
/// <param name="preAuth">
|
||||||
/// <c>true</c> if the <see cref="WebSocket"/> sends a Basic authentication
|
/// <c>true</c> if the <see cref="WebSocket"/> sends the Basic authentication
|
||||||
/// credentials with the first connection request; otherwise, <c>false</c>.
|
/// credentials with the first connection 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