CallbackBehaviorAttribute.IEndpointBehavior.Validate(ServiceEndpoint) 方法
定义
在生成运行时之前验证终结点说明。Validates the endpoint description prior to building the runtime.
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
要验证的终结点。The endpoint to be validated.