[Modify] Edit it

This commit is contained in:
sta 2017-10-18 14:57:04 +09:00
parent 6b27b036d2
commit 860165eb14

View File

@ -644,14 +644,12 @@ namespace WebSocketSharp
/// Gets the configuration for secure connection.
/// </summary>
/// <remarks>
/// This configuration will be referenced when a secure
/// connection is established, so you must configure it
/// before calling any connect method.
/// This configuration will be referenced when attempts to connect,
/// so it must be configured before any connect method is called.
/// </remarks>
/// <value>
/// A <see cref="ClientSslConfiguration"/> that represents
/// the configuration used to authenticate the server and
/// optionally the client for secure connection.
/// the configuration used to establish a secure connection.
/// </value>
/// <exception cref="InvalidOperationException">
/// <para>