C# Class System.ServiceModel.Dispatcher.InputOrReplyRequestProcessor

Inheritance: System.ServiceModel.Dispatcher.BaseRequestProcessor
Mostra file Open project: kumpera/mono

Public Methods

Method Description
InputOrReplyRequestProcessor ( DispatchRuntime runtime, IChannel replyOrInput ) : System
ProcessInput ( Message message ) : void
ProcessReply ( System.ServiceModel.Channels.RequestContext rc ) : void

Private Methods

Method Description
CreateOperationContext ( Message incoming ) : System.ServiceModel.OperationContext
Init ( DispatchRuntime runtime, IChannel replyOrInput ) : void

Method Details

InputOrReplyRequestProcessor() public method

public InputOrReplyRequestProcessor ( DispatchRuntime runtime, IChannel replyOrInput ) : System
runtime DispatchRuntime
replyOrInput IChannel
return System

ProcessInput() public method

public ProcessInput ( Message message ) : void
message Message
return void

ProcessReply() public method

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