次の方法で共有


BasicHttpSecurity.Transport プロパティ

定義

basicHttpBinding バインディングのトランスポート レベルのセキュリティ設定を取得します。

public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); void set(System::ServiceModel::HttpTransportSecurity ^ value); };
public:
 property System::ServiceModel::HttpTransportSecurity ^ Transport { System::ServiceModel::HttpTransportSecurity ^ get(); };
public System.ServiceModel.HttpTransportSecurity Transport { get; set; }
public System.ServiceModel.HttpTransportSecurity Transport { get; }
member this.Transport : System.ServiceModel.HttpTransportSecurity with get, set
member this.Transport : System.ServiceModel.HttpTransportSecurity
Public Property Transport As HttpTransportSecurity
Public ReadOnly Property Transport As HttpTransportSecurity

プロパティ値

HttpTransportSecurity

basicHttpBinding バインディングのトランスポート レベルのセキュリティ設定。

HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport

注釈

このプロパティが返す HttpTransportSecurity オブジェクトには、HTTP トランスポートの認証パラメーターを制御するプロパティが格納されます。

適用対象