AspNetWebSocketContext.IsSecureConnection プロパティ

定義

AspNetWebSocket接続で WebSocket Secure プロトコル (WSS) を使用するかどうかを示す値を取得します。

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

プロパティ値

true 接続が WSS を使用する場合。それ以外の場合は false

例外

プロパティは実装されていません。

適用対象