C# Class Microsoft.WindowsAzure.Management.Store.Model.HeadersInspector

Inheritance: IClientMessageInspector, IEndpointBehavior
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Méthodes publiques

Méthode Description
AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
AfterReceiveReply ( Message &reply, object correlationState ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
BeforeSendRequest ( Message &request, IClientChannel channel ) : object
HeadersInspector ( ) : System.Collections.Generic
Validate ( ServiceEndpoint endpoint ) : void

Method Details

AddBindingParameters() public méthode

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

AfterReceiveReply() public méthode

public AfterReceiveReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
Résultat void

ApplyClientBehavior() public méthode

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

ApplyDispatchBehavior() public méthode

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

BeforeSendRequest() public méthode

public BeforeSendRequest ( Message &request, IClientChannel channel ) : object
request Message
channel IClientChannel
Résultat object

HeadersInspector() public méthode

public HeadersInspector ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Validate() public méthode

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