C# 클래스 SoapXmlMessages.InterceptMessageBehavior

상속: IEndpointBehavior
파일 보기 프로젝트 열기: Lysander/snippets 1 사용 예제들

공개 메소드들

메소드 설명
AddBindingParameters ( ServiceEndpoint endpoint, System parameters ) : void
ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher dispatcher ) : void
InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
Validate ( ServiceEndpoint serviceEndpoint ) : void

메소드 상세

AddBindingParameters() 공개 메소드

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

ApplyClientBehavior() 공개 메소드

public ApplyClientBehavior ( ServiceEndpoint serviceEndpoint, ClientRuntime behavior ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
behavior System.ServiceModel.Dispatcher.ClientRuntime
리턴 void

ApplyDispatchBehavior() 공개 메소드

public ApplyDispatchBehavior ( ServiceEndpoint serviceEndpoint, EndpointDispatcher dispatcher ) : void
serviceEndpoint System.ServiceModel.Description.ServiceEndpoint
dispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
리턴 void

InterceptMessageBehavior() 공개 메소드

public InterceptMessageBehavior ( IClientMessageInspector messageInspector ) : System
messageInspector IClientMessageInspector
리턴 System

Validate() 공개 메소드

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