System.ServiceModel.Description.ClientCredentials.IEndpointBehavior C# (CSharp) Méthode

IEndpointBehavior() public méthode

public IEndpointBehavior ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
Résultat 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