다음을 통해 공유


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 전송에 대한 인증 매개 변수를 제어하는 속성이 포함되어 있습니다.

적용 대상