C# Class System.ServiceModel.Dispatcher.InputOrReplyRequestProcessor

Inheritance: System.ServiceModel.Dispatcher.BaseRequestProcessor
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

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

Private Methods

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

Method Details

InputOrReplyRequestProcessor() public méthode

public InputOrReplyRequestProcessor ( DispatchRuntime runtime, IChannel replyOrInput ) : System
runtime DispatchRuntime
replyOrInput IChannel
Résultat System

ProcessInput() public méthode

public ProcessInput ( Message message ) : void
message Message
Résultat void

ProcessReply() public méthode

public ProcessReply ( System.ServiceModel.Channels.RequestContext rc ) : void
rc System.ServiceModel.Channels.RequestContext
Résultat void