C# 클래스 SoapXmlMessages.XmlMessageInspector

> Think of this hook-object a as "strategy" or "command" that will be integrated at some point of the execution-process of a webservice.
상속: IClientMessageInspector
파일 보기 프로젝트 열기: Lysander/snippets 1 사용 예제들

공개 메소드들

메소드 설명
AfterReceiveReply ( System &message, object correlationState ) : void
BeforeSendRequest ( System &message, System channel ) : object

메소드 상세

AfterReceiveReply() 공개 메소드

public AfterReceiveReply ( System &message, object correlationState ) : void
message System
correlationState object
리턴 void

BeforeSendRequest() 공개 메소드

public BeforeSendRequest ( System &message, System channel ) : object
message System
channel System
리턴 object