IClientProxy Interface
.NET Framework 4
A server side proxy for the client side hub.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IClientProxy
'Usage
Dim instance As IClientProxy
public interface IClientProxy
public interface class IClientProxy
type IClientProxy = interface end
public interface IClientProxy
The IClientProxy type exposes the following members.
Methods
Name | Description | |
---|---|---|
Invoke | Invokes a method on the connection(s) represented by the IClientProxy instance. |
Top