HttpListenerWebSocketContext.IsSecureConnection Property

Definition

Gets a value that indicates if the WebSocket connection is secured using Secure Sockets Layer (SSL).

public:
 virtual property bool IsSecureConnection { bool get(); };
public override bool IsSecureConnection { get; }
member this.IsSecureConnection : bool
Public Overrides ReadOnly Property IsSecureConnection As Boolean

Property Value

true if the WebSocket connection is secured using SSL; otherwise, false.

Applies to