ClientViaBehavior.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.
Is not implemented.
 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
	Parameters
- serviceEndpoint
 - ServiceEndpoint
 
The service endpoint that exposes the contract.