WebHttpBehavior.Validate(ServiceEndpoint) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔드포인트가 웹 프로그래밍 모델에 대한 요구 사항을 충족하는지 확인합니다.
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 매개 변수가 없을 수 있습니다.