ConnectionStatusBehavior.IEndpointBehavior.Validate(ServiceEndpoint) Method

Definition

This method does nothing.

void IEndpointBehavior.Validate (System.ServiceModel.Description.ServiceEndpoint endpoint);
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 (endpoint As ServiceEndpoint) Implements IEndpointBehavior.Validate

Parameters

endpoint
ServiceEndpoint

The endpoint this behavior applies to.

Implements

Applies to