WebHttpSecurity.Transport 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 바인딩의 전송 수준 보안 설정이 포함된 개체를 가져옵니다.
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 생성자에서만 설정될 수 있습니다. 바인딩 인스턴스가 만들어진 후에는 이 값을 다시 설정할 수 없습니다.