CallbackBehaviorAttribute.IEndpointBehavior.Validate(ServiceEndpoint) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> unitSub Validate (serviceEndpoint As ServiceEndpoint) Implements IEndpointBehavior.ValidateParameters
- serviceEndpoint
- ServiceEndpoint
The endpoint to be validated.