C# 클래스 Castle.Facilities.WcfIntegration.Tests.Behaviors.CallCountServiceBehavior.CallCountMessageInspector

상속: IDispatchMessageInspector
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
AfterReceiveRequest ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
BeforeSendReply ( Message &reply, object correlationState ) : void

메소드 상세

AfterReceiveRequest() 공개 메소드

public AfterReceiveRequest ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : object
request Message
channel IClientChannel
instanceContext System.ServiceModel.InstanceContext
리턴 object

BeforeSendReply() 공개 메소드

public BeforeSendReply ( Message &reply, object correlationState ) : void
reply Message
correlationState object
리턴 void