WebSocketContext.IsSecureConnection Property

Definition

Whether the WebSocket connection is secured using Secure Sockets Layer (SSL).

public:
 abstract property bool IsSecureConnection { bool get(); };
public abstract bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public MustOverride ReadOnly Property IsSecureConnection As Boolean

Property Value

Returns Boolean.

Applies to