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.

Применяется к