From a209158233100cbe1b2f5408d7266daa3c5f7c80 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 24 Jan 2014 20:47:52 +0900 Subject: [PATCH] Modified xml doc comment of SetCredentials method --- websocket-sharp/WebSocket.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b614be99..eafc54cd 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2128,8 +2128,9 @@ namespace WebSocketSharp /// used to authenticate. /// /// - /// true if the sends a Basic authentication - /// credentials with the first connection request; otherwise, false. + /// true if the sends the Basic authentication + /// credentials with the first connection request to the server; otherwise, + /// false. /// public void SetCredentials (string username, string password, bool preAuth) {