C# Class Microsoft.AspNet.SignalR.Hubs.StatefulSignalProxy

Inheritance: SignalProxy
Show file Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
StatefulSignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, StateChangeTracker tracker ) : System

Protected Methods

Method Description
GetInvocationData ( string method, object args ) : ClientHubInvocation

Private Methods

Method Description
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool

Method Details

GetInvocationData() protected method

protected GetInvocationData ( string method, object args ) : ClientHubInvocation
method string
args object
return ClientHubInvocation

StatefulSignalProxy() public method

public StatefulSignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, StateChangeTracker tracker ) : System
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
prefix string
tracker StateChangeTracker
return System