共用方式為


HttpClientChannel.IsSecured 屬性

定義

取得或設定用戶端通道是否受到保護。

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

屬性值

如果用戶端通道受到保護則為 true,否則為 false

實作

適用於