다음을 통해 공유


WebHttpSecurityElement.Transport 속성

정의

HTTP 요청을 수신하도록 구성된 서비스 엔드포인트의 전송 수준 보안 설정을 나타내는 XML 요소를 가져옵니다.

public:
 property System::ServiceModel::Configuration::HttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::HttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.HttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.HttpTransportSecurityElement
Public ReadOnly Property Transport As HttpTransportSecurityElement

속성 값

HttpTransportSecurityElement

전송 수준 보안 설정을 지정하는 WebHttpSecurityElement입니다. 설정된 기본값은 ClientCredentialTypeNone, ProxyCredentialTypeNoneRealm = ""입니다.

특성

설명

이 속성에서 반환하는 WebHttpSecurityElement 개체를 사용하여 전송 보안 매개 변수를 설정합니다. WebHttpSecurityModeTransport 속성에서 제공하는 설정의 TransportCredentialOnly 또는 Transport 값으로 설정되어야 서비스 엔드포인트에 유효합니다. 이 값은 구성에서 설정하거나 WebHttpBinding(WebHttpSecurityMode) 생성자에서 설정할 수 있습니다.

적용 대상