C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.Common.HttpRestMessageInspector

상속: IClientMessageInspector, IEndpointBehavior
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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

메소드 상세

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

HttpRestMessageInspector() 공개 메소드

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

Validate() 공개 메소드

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