WebHttpSecurity.Transport Свойство

Определение

Возвращает объект, содержащий параметры безопасности транспортного уровня для этой привязки.

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

Значение свойства

Объект HttpTransportSecurity для этой привязки.

Значения по умолчанию: ClientCredentialType, равное None, ProxyCredentialType, равное None и Realm, равное "".

Комментарии

Объект HttpTransportSecurity, возвращаемый этим свойством, используется для задания параметров безопасности транспорта для привязки WebHttpBinding.

Если значение Transport или TransportCredentialOnly задается методом WebHttpBinding(WebHttpSecurityMode), для конечной точки вступают в силу параметры, предоставляемые свойством Transport.

Если значение TransportCredentialOnly задается методом WebHttpBinding(WebHttpSecurityMode), для конечной точки вступают в силу параметры, предоставляемые свойством Transport. Значение WebHttpSecurityMode может быть задано только в конструкторе объекта WebHttpBinding, который принимает его в качестве явного параметра; после создания экземпляра привязки снова задать это значение невозможно.

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