[Modify] Edit it
This commit is contained in:
parent
73a0b51c09
commit
ed90f07b3e
@ -621,13 +621,16 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets the configuration for secure connections.
|
/// Gets the configuration for secure connections.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The configuration will be referenced when the server starts.
|
/// This configuration will be referenced when attempts to start,
|
||||||
/// So you must configure it before calling the start method.
|
/// so it must be configured before the start method is called.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="ServerSslConfiguration"/> that represents
|
/// A <see cref="ServerSslConfiguration"/> that represents
|
||||||
/// the configuration used to provide secure connections.
|
/// the configuration used to provide secure connections.
|
||||||
/// </value>
|
/// </value>
|
||||||
|
/// <exception cref="InvalidOperationException">
|
||||||
|
/// This instance does not provide secure connections.
|
||||||
|
/// </exception>
|
||||||
public ServerSslConfiguration SslConfiguration {
|
public ServerSslConfiguration SslConfiguration {
|
||||||
get {
|
get {
|
||||||
if (!_secure) {
|
if (!_secure) {
|
||||||
|
Loading…
Reference in New Issue
Block a user