HttpListenerWebSocketContext.IsSecureConnection プロパティ

定義

WebSocket 接続が SSL (Secure Sockets Layer) を使用して保護されているかどうかを示す値を取得します。

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

プロパティ値

true WebSocket 接続が SSL を使用してセキュリティ保護されている場合。それ以外の場合は false

適用対象