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

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

Public Methods

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

Private Methods

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

Method Details

ClientProxy() public method

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

Invoke() public method

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