ClientProxy Class
.NET Framework 4
Represents a server side proxy for the client side hub.
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
Microsoft.AspNet.SignalR.Hubs.ClientProxy
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class ClientProxy _
Inherits DynamicObject _
Implements IClientProxy
'Usage
Dim instance As ClientProxy
public class ClientProxy : DynamicObject,
IClientProxy
public ref class ClientProxy : public DynamicObject,
IClientProxy
type ClientProxy =
class
inherit DynamicObject
interface IClientProxy
end
public class ClientProxy extends DynamicObject implements IClientProxy
The ClientProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientProxy |
Top
Methods
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.