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 传输的身份验证参数的属性。

适用于