ConnectionIdProxy Class
.NET Framework 4
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
Microsoft.AspNet.SignalR.Hubs.SignalProxy
Microsoft.AspNet.SignalR.Hubs.ConnectionIdProxy
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class ConnectionIdProxy _
Inherits SignalProxy
'Usage
Dim instance As ConnectionIdProxy
public class ConnectionIdProxy : SignalProxy
public ref class ConnectionIdProxy : public SignalProxy
type ConnectionIdProxy =
class
inherit SignalProxy
end
public class ConnectionIdProxy extends SignalProxy
The ConnectionIdProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectionIdProxy |
Top
Properties
Name | Description | |
---|---|---|
HubName | (Inherited from SignalProxy.) | |
Send | (Inherited from SignalProxy.) | |
Signal | (Inherited from SignalProxy.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicMemberNames | (Inherited from DynamicObject.) | |
GetHashCode | (Inherited from Object.) | |
GetInvocationData | (Inherited from SignalProxy.) | |
GetMetaObject | (Inherited from DynamicObject.) | |
GetType | (Inherited from Object.) | |
Invoke | (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 | (Inherited from SignalProxy.) | |
TryInvoke | (Inherited from DynamicObject.) | |
TryInvokeMember | (Inherited from SignalProxy.) | |
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.