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