C# 클래스 CoverMyMeds.Feedback.Utility.WcfSoapInspector

상속: IClientMessageInspector, IEndpointBehavior
파일 보기 프로젝트 열기: covermymeds/integration-feedback-reference 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
receivedMessages List
sentMessages List

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
AfterReceiveReply ( System &reply, object correlationState ) : void
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
ApplyDispatchBehavior ( ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher ) : void
BeforeSendRequest ( System &request, System channel ) : object
Validate ( ServiceEndpoint endpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

public AddBindingParameters ( ServiceEndpoint endpoint, System bindingParameters ) : void
endpoint System.ServiceModel.Description.ServiceEndpoint
bindingParameters System
리턴 void

AfterReceiveReply() 공개 메소드

public AfterReceiveReply ( System &reply, object correlationState ) : void
reply System
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 ( System &request, System channel ) : object
request System
channel System
리턴 object

Validate() 공개 메소드

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

프로퍼티 상세

receivedMessages 공개적으로 프로퍼티

public List receivedMessages
리턴 List

sentMessages 공개적으로 프로퍼티

public List sentMessages
리턴 List