SignalProxy Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the signal proxy used by the hub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The SignalProxy type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Connection | |
![]() | HubName | Gets or sets the name of the hub. |
![]() | Invoker | |
![]() | Signal | Gets or sets the signal associated with the SignalProxy. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDynamicMemberNames | (Inherited from DynamicObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInvocationData | Gets the client hub invocation data associated with the proxy. |
![]() | GetMetaObject | (Inherited from DynamicObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | Invokes a method and returns the results of the method call. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryBinaryOperation | (Inherited from DynamicObject.) |
![]() | TryConvert | (Inherited from DynamicObject.) |
![]() | TryCreateInstance | (Inherited from DynamicObject.) |
![]() | TryDeleteIndex | (Inherited from DynamicObject.) |
![]() | TryDeleteMember | (Inherited from DynamicObject.) |
![]() | TryGetIndex | (Inherited from DynamicObject.) |
![]() | TryGetMember | Provides the implementation for operations that get member values. (Overrides DynamicObject::TryGetMember(GetMemberBinder, Object%).) |
![]() | TryInvoke | (Inherited from DynamicObject.) |
![]() | TryInvokeMember | Provides the implementation for operations that invoke a member. (Overrides DynamicObject::TryInvokeMember(InvokeMemberBinder, array<Object>, Object%).) |
![]() | TrySetIndex | (Inherited from DynamicObject.) |
![]() | TrySetMember | (Inherited from DynamicObject.) |
![]() | TryUnaryOperation | (Inherited from DynamicObject.) |
Show:
