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 | |
---|---|---|
SignalProxy |
Top
Properties
Name | Description | |
---|---|---|
HubName | ||
Send | ||
Signal |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicMemberNames | (Inherited from DynamicObject.) | |
GetHashCode | (Inherited from Object.) | |
GetInvocationData | ||
GetMetaObject | (Inherited from DynamicObject.) | |
GetType | (Inherited from Object.) | |
Invoke | ||
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 | (Overrides DynamicObject.TryGetMember(GetMemberBinder, Object%).) | |
TryInvoke | (Inherited from DynamicObject.) | |
TryInvokeMember | (Overrides DynamicObject.TryInvokeMember(InvokeMemberBinder, Object[], Object%).) | |
TrySetIndex | (Inherited from DynamicObject.) | |
TrySetMember | (Inherited from DynamicObject.) | |
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.