StatefulSignalProxy Class

.NET Framework 4.5

Represents the stateful signal proxy used by the hub.

System::Object
  System.Dynamic::DynamicObject
    Microsoft.AspNet.SignalR.Hubs::SignalProxy
      Microsoft.AspNet.SignalR.Hubs::StatefulSignalProxy

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

public ref class StatefulSignalProxy : public SignalProxy

The StatefulSignalProxy type exposes the following members.

  NameDescription
Protected propertyConnection (Inherited from SignalProxy.)
Protected propertyHubNameGets or sets the name of the hub. (Inherited from SignalProxy.)
Protected propertyInvoker (Inherited from SignalProxy.)
Protected propertySignalGets or sets the signal associated with the SignalProxy. (Inherited from 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. (Overrides SignalProxy::GetInvocationData(String, array<Object>).)
Public methodGetMetaObject (Inherited from DynamicObject.)
Public methodGetType (Inherited from Object.)
Public methodInvokeInvokes a method and returns the results of the method call. (Inherited from SignalProxy.)
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 SignalProxy::TryGetMember(GetMemberBinder, Object%).)
Public methodTryInvoke (Inherited from DynamicObject.)
Public methodTryInvokeMemberProvides the implementation for operations that invoke a member. (Inherited from SignalProxy.)
Public methodTrySetIndex (Inherited from DynamicObject.)
Public methodTrySetMemberProvides the implementation for operations that sets the member values. (Overrides DynamicObject::TrySetMember(SetMemberBinder, Object).)
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: