diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 4537bc3b..9ae7ff63 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -400,8 +400,13 @@ namespace WebSocketSharp /// Gets the credentials for the HTTP authentication (Basic/Digest). /// /// - /// A that represents the credentials for - /// the authentication. The default value is . + /// + /// A that represents the credentials + /// used to authenticate the client. + /// + /// + /// The default value is . + /// /// public NetworkCredential Credentials { get {