次の方法で共有


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

プロパティ値

Boolean

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

例外

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

適用対象