C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.HttpRestMessageInspector

Inheritance: IClientMessageInspector, IEndpointBehavior
Afficher le fichier Open project: Azure/azure-powershell

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
HttpRestMessageInspector ( Action logger ) : Microsoft.WindowsAzure.Commands.Common
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

HttpRestMessageInspector() public méthode

public HttpRestMessageInspector ( Action logger ) : Microsoft.WindowsAzure.Commands.Common
logger Action
Résultat Microsoft.WindowsAzure.Commands.Common

Validate() public méthode

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