C# Класс Microsoft.WindowsAzure.Management.Store.Model.HeadersInspector

Наследование: IClientMessageInspector, IEndpointBehavior
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddBindingParameters() публичный Метод

public AddBindingParameters ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System.ServiceModel.Channels.BindingParameterCollection
Результат void

AfterReceiveReply() публичный Метод

public AfterReceiveReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
Результат void

ApplyClientBehavior() публичный Метод

public ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Результат void

ApplyDispatchBehavior() публичный Метод

public ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
endpointDispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
Результат void

BeforeSendRequest() публичный Метод

public BeforeSendRequest ( Message &request, IClientChannel channel ) : object
request Message
channel IClientChannel
Результат object

HeadersInspector() публичный Метод

public HeadersInspector ( ) : System.Collections.Generic
Результат System.Collections.Generic

Validate() публичный Метод

public Validate ( ServiceEndpoint endpoint ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
Результат void