AspNetWebSocketContext.IsSecureConnection Property

Definition

Gets a value that indicates whether the AspNetWebSocket connection uses the WebSocket Secure protocol (WSS).

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 connection uses WSS; otherwise, false.

Exceptions

The property is not implemented.

Applies to