From abb678953fa80f6f5f3cc1eea92f59b58eaf3da4 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 15 Sep 2016 14:39:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b40e93ff..37689fda 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2923,6 +2923,9 @@ namespace WebSocketSharp /// Sets a pair of and for /// the HTTP authentication (Basic/Digest). /// + /// + /// This method is not available in a server. + /// /// /// /// A that represents the user name used to authenticate.