HubProxy Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Top
Represents a client side proxy for a server side hub.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HubProxy type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Item | Gets or sets an item for the hub proxy. |
![]() | JsonSerializer | Gets the JSON serializer for the hub proxy. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke(String, array<Object>) | Invokes the specified method with the specified parameters. |
![]() | Invoke<T>(String, array<Object>) | Invokes the specified method with the specified parameters. |
![]() | InvokeEvent | Invokes the event with the specified parameters. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Subscribe | Subscribes to the specified event. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | GetValue<T> | Gets the value of a state variable. (Defined by HubProxyExtensions.) |
![]() | Observe | Registers a IHubProxy event has an IObservableT. (Defined by HubProxyExtensions.) |
![]() | On(String, Action) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On(String, Action<Object>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T>(String, Action<T>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2>(String, Action<T1, T2>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2, T3>(String, Action<T1, T2, T3>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2, T3, T4>(String, Action<T1, T2, T3, T4>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2, T3, T4, T5>(String, Action<T1, T2, T3, T4, T5>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2, T3, T4, T5, T6>(String, Action<T1, T2, T3, T4, T5, T6>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
![]() | On<T1, T2, T3, T4, T5, T6, T7>(String, Action<T1, T2, T3, T4, T5, T6, T7>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) |
Show:
