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를 지정하는 작업이 입력 매개 변수를 최대 하나만 가지는지 그리고 출력 매개 변수를 가질 수 없는지 여부