ClientProxy Class

.NET Framework 4

Represents a server side proxy for the client side hub.

Inheritance Hierarchy

System.Object
  System.Dynamic.DynamicObject
    Microsoft.AspNet.SignalR.Hubs.ClientProxy

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Class ClientProxy _
    Inherits DynamicObject _
    Implements IClientProxy
'Usage
Dim instance As ClientProxy
public class ClientProxy : DynamicObject, 
    IClientProxy
public ref class ClientProxy : public DynamicObject, 
    IClientProxy
type ClientProxy =  
    class 
        inherit DynamicObject 
        interface IClientProxy 
    end
public class ClientProxy extends DynamicObject implements IClientProxy

The ClientProxy type exposes the following members.

Constructors

  Name Description
Public method ClientProxy

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDynamicMemberNames (Inherited from DynamicObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Public method Invoke Invokes a method on the connection(s) represented by the ClientProxy instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryBinaryOperation (Inherited from DynamicObject.)
Public method TryConvert (Inherited from DynamicObject.)
Public method TryCreateInstance (Inherited from DynamicObject.)
Public method TryDeleteIndex (Inherited from DynamicObject.)
Public method TryDeleteMember (Inherited from DynamicObject.)
Public method TryGetIndex (Inherited from DynamicObject.)
Public method TryGetMember (Inherited from DynamicObject.)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember Executes the Invoke(String, Object[]) method. (Overrides DynamicObject.TryInvokeMember(InvokeMemberBinder, Object[], Object%).)
Public method TrySetIndex (Inherited from DynamicObject.)
Public method TrySetMember (Inherited from DynamicObject.)
Public method TryUnaryOperation (Inherited from DynamicObject.)

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.

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace