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
Public method Invoke Invokes a method on the connection(s) represented by the IClientProxy instance.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace