C# Class Nettiers.AdventureWorks.Contracts.SecurityEndpointBehavior

Security Endpoint Behavior class
Inheritance: IEndpointBehavior
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void

Add Binding Parameters

ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void

Apply Client Behavior

ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void

Apply Dispatch Behavior

Validate ( ServiceEndpoint endpoint ) : void

Validate

Method Details

AddBindingParameters() public méthode

Add Binding Parameters
public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
bindingParameters System Binding parameters
Résultat void

ApplyClientBehavior() public méthode

Apply Client Behavior
public ApplyClientBehavior ( ServiceEndpoint endpoint, System clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
clientRuntime System Client runtime
Résultat void

ApplyDispatchBehavior() public méthode

Apply Dispatch Behavior
public ApplyDispatchBehavior ( ServiceEndpoint endpoint, System endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
endpointDispatcher System End point dispatcher
Résultat void

Validate() public méthode

Validate
public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint End point
Résultat void