System.ServiceModel.Description.ClientCredentials.IEndpointBehavior C# (CSharp) Method

IEndpointBehavior() public method

public IEndpointBehavior ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
return void
		void IEndpointBehavior.Validate (ServiceEndpoint endpoint)
		{
			// documented as reserved for future use.
		}
#endif

Same methods

ClientCredentials::IEndpointBehavior ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection parameters ) : void
ClientCredentials::IEndpointBehavior ( ServiceEndpoint endpoint, EndpointDispatcher dispatcher ) : void