diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 8403132c..4cc57631 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -641,14 +641,26 @@ namespace WebSocketSharp } /// - /// Gets or sets the SSL configuration used to authenticate the server and - /// optionally the client for secure connection. + /// Gets the configuration for secure connection. /// + /// + /// This configuration will be referenced when a secure + /// connection is established, so you must configure it + /// before calling any connect method. + /// /// - /// A that represents the configuration used - /// to authenticate the server and optionally the client for secure connection, - /// or if the is used in a server. + /// A that represents + /// the configuration used to authenticate the server and + /// optionally the client for secure connection. /// + /// + /// + /// This instance is not a client. + /// + /// + /// This instance does not use a secure connection. + /// + /// public ClientSslConfiguration SslConfiguration { get { if (!_client) {