다음을 통해 공유


WebHttpSecurity.Mode 속성

정의

를 사용하여 HTTP 요청을 받도록 구성된 엔드포인트에서 사용하는 보안 모드를 WebHttpBinding가져오거나 설정합니다.

public:
 property System::ServiceModel::WebHttpSecurityMode Mode { System::ServiceModel::WebHttpSecurityMode get(); void set(System::ServiceModel::WebHttpSecurityMode value); };
public System.ServiceModel.WebHttpSecurityMode Mode { get; set; }
member this.Mode : System.ServiceModel.WebHttpSecurityMode with get, set
Public Property Mode As WebHttpSecurityMode

속성 값

엔드포인트에서 WebHttpSecurityMode 전송 수준 보안 또는 보안이 사용되는지 여부를 나타내는 값입니다. 기본값은 None입니다.

예외

값이 잘못 WebHttpSecurityMode되었습니다.

설명

이 속성은 속성의 설정 Transport 이 유효한지 여부를 결정합니다.

적용 대상