C# Class Microsoft.AspNetCore.SignalR.Hubs.SignalProxy

Inheritance: System.Dynamic.DynamicObject, IClientProxy
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript Class Usage Examples

Public Methods

Method Description
Invoke ( string method ) : System.Threading.Tasks.Task
SignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, IList exclude ) : System.Collections.Generic

Protected Methods

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

Private Methods

Method Description
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Method Details

GetInvocationData() protected method

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

Invoke() public method

public Invoke ( string method ) : System.Threading.Tasks.Task
method string
return System.Threading.Tasks.Task

SignalProxy() public method

public SignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, IList exclude ) : System.Collections.Generic
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
prefix string
exclude IList
return System.Collections.Generic