C# Class TransactionalNodeService.Proxy.Universal.HeaderHandler.ForceWindowsAuthHeaderBehaviour

Inheritance: IEndpointBehavior
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
AddBindingParameters ( ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher ) : void
Validate ( ServiceEndpoint serviceEndpoint ) : void

Method Details

AddBindingParameters() public méthode

public AddBindingParameters ( ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Résultat void

ApplyClientBehavior() public méthode

public ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
behavior System.ServiceModel.Dispatcher.ClientRuntime
Résultat void

ApplyDispatchBehavior() public méthode

public ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Résultat void

Validate() public méthode

public Validate ( ServiceEndpoint serviceEndpoint ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
Résultat void