GroupProxy Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a group of signal proxy used by the hub.
System::Object
System.Dynamic::DynamicObject
Microsoft.AspNet.SignalR.Hubs::SignalProxy
Microsoft.AspNet.SignalR.Hubs::GroupProxy
System.Dynamic::DynamicObject
Microsoft.AspNet.SignalR.Hubs::SignalProxy
Microsoft.AspNet.SignalR.Hubs::GroupProxy
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The GroupProxy type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Connection | (Inherited from SignalProxy.) |
![]() | HubName | Gets or sets the name of the hub. (Inherited from SignalProxy.) |
![]() | Invoker | (Inherited from SignalProxy.) |
![]() | Signal | Gets or sets the signal associated with the SignalProxy. (Inherited from 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. (Inherited from SignalProxy.) |
![]() | GetMetaObject | (Inherited from DynamicObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | Invokes a method and returns the results of the method call. (Inherited from SignalProxy.) |
![]() | 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. (Inherited from SignalProxy.) |
![]() | TryInvoke | (Inherited from DynamicObject.) |
![]() | TryInvokeMember | Provides the implementation for operations that invoke a member. (Inherited from SignalProxy.) |
![]() | TrySetIndex | (Inherited from DynamicObject.) |
![]() | TrySetMember | (Inherited from DynamicObject.) |
![]() | TryUnaryOperation | (Inherited from DynamicObject.) |
Show:
