[Modify] Polish it

This commit is contained in:
sta 2016-03-22 15:38:54 +09:00
parent 302cc816b5
commit f892fecb9a

View File

@ -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)
{ {