BasicHttpSecurity.Transport 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
속성 값
basicHttpBinding
바인딩의 전송 수준 보안 설정입니다.
예제
HttpTransportSecurity transSec = security.Transport;
Dim transSec As HttpTransportSecurity = security.Transport
설명
이 속성에서 반환된 개체에는 HttpTransportSecurity HTTP 전송에 대한 인증 매개 변수를 제어하는 속성이 포함되어 있습니다.