共用方式為


AspNetWebSocketContext.IsSecureConnection 屬性

定義

取得值,這個值表示 AspNetWebSocket 連接是否使用 WebSocket 安全通訊協定 (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

例外狀況

屬性未實作。

適用於