SignalProxy Class

.NET Framework 4.5

Represents the signal proxy used by the hub.

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

public ref class SignalProxy abstract : public DynamicObject, 
	IClientProxy

The SignalProxy type exposes the following members.

  NameDescription
Protected methodSignalProxy
Top

  NameDescription
Protected propertyConnection
Protected propertyHubNameGets or sets the name of the hub.
Protected propertyInvoker
Protected propertySignalGets or sets the signal associated with the SignalProxy.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicMemberNames (Inherited from DynamicObject.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetInvocationDataGets the client hub invocation data associated with the proxy.
Public methodGetMetaObject (Inherited from DynamicObject.)
Public methodGetType (Inherited from Object.)
Public methodInvokeInvokes a method and returns the results of the method call.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryBinaryOperation (Inherited from DynamicObject.)
Public methodTryConvert (Inherited from DynamicObject.)
Public methodTryCreateInstance (Inherited from DynamicObject.)
Public methodTryDeleteIndex (Inherited from DynamicObject.)
Public methodTryDeleteMember (Inherited from DynamicObject.)
Public methodTryGetIndex (Inherited from DynamicObject.)
Public methodTryGetMemberProvides the implementation for operations that get member values. (Overrides DynamicObject::TryGetMember(GetMemberBinder, Object%).)
Public methodTryInvoke (Inherited from DynamicObject.)
Public methodTryInvokeMemberProvides the implementation for operations that invoke a member. (Overrides DynamicObject::TryInvokeMember(InvokeMemberBinder, array<Object>, Object%).)
Public methodTrySetIndex (Inherited from DynamicObject.)
Public methodTrySetMember (Inherited from DynamicObject.)
Public methodTryUnaryOperation (Inherited from DynamicObject.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: