Share via


MustUnderstandBehavior.IEndpointBehavior.Validate(ServiceEndpoint) 메서드

정의

동작 기능을 지원합니다.

 virtual void System.ServiceModel.Description.IEndpointBehavior.Validate(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint) = System::ServiceModel::Description::IEndpointBehavior::Validate;
void IEndpointBehavior.Validate (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);
abstract member System.ServiceModel.Description.IEndpointBehavior.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
Sub Validate (serviceEndpoint As ServiceEndpoint) Implements IEndpointBehavior.Validate

매개 변수

serviceEndpoint
ServiceEndpoint

유효성을 검사할 엔드포인트입니다.

구현

설명

Validate 메서드를 구현하여 동작 기능을 지원합니다.

적용 대상