WebHttpSecurity.Mode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定端點所採用的安全模式,該端點配置為接收 HTTP 請求 WebHttpBinding。
public:
property System::ServiceModel::WebHttpSecurityMode Mode { System::ServiceModel::WebHttpSecurityMode get(); void set(System::ServiceModel::WebHttpSecurityMode value); };
public System.ServiceModel.WebHttpSecurityMode Mode { get; set; }
member this.Mode : System.ServiceModel.WebHttpSecurityMode with get, set
Public Property Mode As WebHttpSecurityMode
屬性值
該值 WebHttpSecurityMode 表示端點是否使用傳輸層級安全。 預設值為 None。
例外狀況
備註
此特性決定了該物業的 Transport 設定是否有效。