|
|
|
|
@ -420,12 +420,11 @@ namespace WebSocketSharp.Server
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets a value indicating whether the server provides
|
|
|
|
|
/// secure connections.
|
|
|
|
|
/// Gets a value indicating whether secure connections are provided.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>
|
|
|
|
|
/// <c>true</c> if the server provides secure connections;
|
|
|
|
|
/// otherwise, <c>false</c>.
|
|
|
|
|
/// <c>true</c> if this instance provides secure connections; otherwise,
|
|
|
|
|
/// <c>false</c>.
|
|
|
|
|
/// </value>
|
|
|
|
|
public bool IsSecure {
|
|
|
|
|
get {
|
|
|
|
|
|