Share via


WebHttpSecurity.Transport 속성

정의

이 바인딩의 전송 수준 보안 설정이 포함된 개체를 가져옵니다.

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

이 바인딩의 HttpTransportSecurity입니다.

설정된 기본값은 ClientCredentialTypeNone, ProxyCredentialTypeNoneRealm = ""입니다.

설명

이 속성에서 반환하는 HttpTransportSecurity 개체를 사용하여 WebHttpBinding의 전송 보안 매개 변수를 설정합니다.

Transport 메서드에 TransportCredentialOnly 또는 WebHttpBinding(WebHttpSecurityMode) 값이 지정된 경우 Transport 속성에 제공된 설정이 서비스 엔드포인트에 적용됩니다.

TransportCredentialOnly 메서드에 WebHttpBinding(WebHttpSecurityMode) 값이 지정된 경우 Transport 속성에 제공된 설정이 서비스 엔드포인트에 적용됩니다. WebHttpSecurityMode의 값은 이 값을 명시적 매개 변수로 받아들이는 WebHttpBinding 생성자에서만 설정될 수 있습니다. 바인딩 인스턴스가 만들어진 후에는 이 값을 다시 설정할 수 없습니다.

적용 대상