C# Class DotAmf.ServiceModel.Dispatcher.AmfCommandInvoker

AMF command invoker.
Inheritance: AmfOperationInvoker
Afficher le fichier Open project: artema/DotAmf

Méthodes publiques

Méthode Description
AllocateInputs ( ) : object[]
AmfCommandInvoker ( AmfEndpointCapabilities capabilities ) : System

Constructor.

Invoke ( object instance, object inputs, object &outputs ) : object

Méthodes protégées

Méthode Description
ProcessCommand ( AmfGenericMessage request ) : AmfGenericMessage

Process an AMF command request.

Private Methods

Méthode Description
HandleClientPing ( AmfGenericMessage request, CommandMessage message ) : AmfGenericMessage

Handle command message: a clinet ping.

Method Details

AllocateInputs() public méthode

public AllocateInputs ( ) : object[]
Résultat object[]

AmfCommandInvoker() public méthode

Constructor.
public AmfCommandInvoker ( AmfEndpointCapabilities capabilities ) : System
capabilities DotAmf.ServiceModel.Configuration.AmfEndpointCapabilities Endpoint capabilities.
Résultat System

Invoke() public méthode

public Invoke ( object instance, object inputs, object &outputs ) : object
instance object
inputs object
outputs object
Résultat object

ProcessCommand() protected méthode

Process an AMF command request.
protected ProcessCommand ( AmfGenericMessage request ) : AmfGenericMessage
request DotAmf.ServiceModel.Channels.AmfGenericMessage Request message to process.
Résultat DotAmf.ServiceModel.Channels.AmfGenericMessage