[Modify] Edit it

This commit is contained in:
sta 2017-10-17 16:12:15 +09:00
parent 28a72b9c29
commit 6b27b036d2

View File

@ -582,13 +582,16 @@ namespace WebSocketSharp.Server
/// Gets the configuration for secure connections.
/// </summary>
/// <remarks>
/// The configuration will be referenced when the server starts.
/// So you must configure it before calling the start method.
/// This configuration will be referenced when attempts to start,
/// so it must be configured before the start method is called.
/// </remarks>
/// <value>
/// A <see cref="ServerSslConfiguration"/> that represents
/// the configuration used to provide secure connections.
/// </value>
/// <exception cref="InvalidOperationException">
/// This instance does not provide secure connections.
/// </exception>
public ServerSslConfiguration SslConfiguration {
get {
if (!_secure) {