BasicHttpSecurity.Transport プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
basicHttpBinding
バインディングのトランスポート レベルのセキュリティ設定。
例
HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport
注釈
このプロパティが返す HttpTransportSecurity オブジェクトには、HTTP トランスポートの認証パラメーターを制御するプロパティが格納されます。