SignalProxy Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  System.Dynamic.DynamicObject
    Microsoft.AspNet.SignalR.Hubs.SignalProxy
      Microsoft.AspNet.SignalR.Hubs.ConnectionIdProxy
      Microsoft.AspNet.SignalR.Hubs.GroupProxy
      Microsoft.AspNet.SignalR.Hubs.StatefulSignalProxy

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

Syntax

'Declaration
Public MustInherit Class SignalProxy _
    Inherits DynamicObject _
    Implements IClientProxy
'Usage
Dim instance As SignalProxy
public abstract class SignalProxy : DynamicObject, 
    IClientProxy
public ref class SignalProxy abstract : public DynamicObject, 
    IClientProxy
[<AbstractClassAttribute>]
type SignalProxy =  
    class 
        inherit DynamicObject 
        interface IClientProxy 
    end
public abstract class SignalProxy extends DynamicObject implements IClientProxy

The SignalProxy type exposes the following members.

Constructors

  Name Description
Protected method SignalProxy

Top

Properties

  Name Description
Protected property HubName
Protected property Send
Protected property Signal

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.)
Protected method GetInvocationData
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Public method Invoke
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 (Overrides DynamicObject.TryGetMember(GetMemberBinder, Object%).)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember (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