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

Inheritance: IClientMessageInspector, IEndpointBehavior
Show file Open project: Azure/azure-powershell

Public Methods

Method 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 method

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

AfterReceiveReply() public method

public AfterReceiveReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
return void

ApplyClientBehavior() public method

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

ApplyDispatchBehavior() public method

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

BeforeSendRequest() public method

public BeforeSendRequest ( Message &request, IClientChannel channel ) : object
request Message
channel IClientChannel
return object

HttpRestMessageInspector() public method

public HttpRestMessageInspector ( Action logger ) : Microsoft.WindowsAzure.Commands.Common
logger Action
return Microsoft.WindowsAzure.Commands.Common

Validate() public method

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
return void