Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Inheritance Hierarchy
System.Object
  Microsoft.AspNet.SignalR.Client.Hubs.HubProxy
Namespace:  Microsoft.AspNet.SignalR.Client.Hubs
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class HubProxy _
    Implements IHubProxy
'Usage
Dim instance As HubProxy
public class HubProxy : IHubProxy
public ref class HubProxy : IHubProxy
type HubProxy =  
    class 
        interface IHubProxy 
    end
public class HubProxy implements IHubProxy
The HubProxy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HubProxy | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Item | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | Invoke(String, Object[]) | |
| .jpeg) | Invoke<T>(String, Object[]) | |
| .jpeg) | InvokeEvent | |
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | Subscribe | |
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | GetValue<T> | Gets the value of a state variable. (Defined by HubProxyExtensions.) | 
| .gif) | Observe | Registers a IHubProxy event as an IObservableT. (Defined by HubProxyExtensions.) | 
| .gif) | On(String, Action) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) | 
| .gif) | On(String, Action<Object>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) | 
| .gif) | On<T>(String, Action<T>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) | 
| .gif) | On<T1, T2>(String, Action<T1, T2>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) | 
| .gif) | On<T1, T2, T3>(String, Action<T1, T2, T3>) | Overloaded. Registers for an event with the specified name and callback (Defined by HubProxyExtensions.) | 
| .gif) | 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.) | 
| .gif) | 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.) | 
| .gif) | 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.) | 
| .gif) | 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.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.