BasicHttpsSecurity.Transport 属性

定义

获取 basicHttpBinding 绑定的传输级安全设置。

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

属性值

HttpTransportSecurity

basicHttpBinding 绑定的传输级安全设置。

适用于