|
|
|
@ -494,7 +494,8 @@ namespace WebSocketSharp
|
|
|
|
/// Gets a value indicating whether a secure connection is used.
|
|
|
|
/// Gets a value indicating whether a secure connection is used.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// <c>true</c> if a secure connection is used; otherwise, <c>false</c>.
|
|
|
|
/// <c>true</c> if this instance uses a secure connection; otherwise,
|
|
|
|
|
|
|
|
/// <c>false</c>.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public bool IsSecure {
|
|
|
|
public bool IsSecure {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|