다음을 통해 공유


WebHttpBehavior.Validate(ServiceEndpoint) 메서드

정의

엔드포인트가 웹 프로그래밍 모델에 대한 요구 사항을 충족하는지 확인합니다.

public:
 virtual void Validate(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public virtual void Validate(System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
Public Overridable Sub Validate (endpoint As ServiceEndpoint)

매개 변수

endpoint
ServiceEndpoint

서비스 엔드포인트입니다.

구현

설명

다음을 확인합니다.

  • 엔드포인트가 아닙니다 null.

  • 엔드포인트는 HTTP 또는 HTTPS 스키마를 사용합니다.

  • MessageVersion 바인딩이 .로 설정None됩니다.

  • 바인딩에 HttpTransportBindingElement 설정된 위치 ManualAddressing 가 포함됩니다 true.

  • 에 지정된 매개 변수는 UriTemplate 작업의 일부여야 합니다.

  • 지정 Bare 하는 작업에는 최대 하나의 입력 매개 변수가 있으며 out 매개 변수가 없을 수 있습니다.

적용 대상