C# 클래스 System.ServiceModel.Dispatcher.InputOrReplyRequestProcessor

상속: System.ServiceModel.Dispatcher.BaseRequestProcessor
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
InputOrReplyRequestProcessor ( DispatchRuntime runtime, IChannel replyOrInput ) : System
ProcessInput ( Message message ) : void
ProcessReply ( System.ServiceModel.Channels.RequestContext rc ) : void

비공개 메소드들

메소드 설명
CreateOperationContext ( Message incoming ) : System.ServiceModel.OperationContext
Init ( DispatchRuntime runtime, IChannel replyOrInput ) : void

메소드 상세

InputOrReplyRequestProcessor() 공개 메소드

public InputOrReplyRequestProcessor ( DispatchRuntime runtime, IChannel replyOrInput ) : System
runtime DispatchRuntime
replyOrInput IChannel
리턴 System

ProcessInput() 공개 메소드

public ProcessInput ( Message message ) : void
message Message
리턴 void

ProcessReply() 공개 메소드

public ProcessReply ( System.ServiceModel.Channels.RequestContext rc ) : void
rc System.ServiceModel.Channels.RequestContext
리턴 void