HubConnection::CreateHubProxy Method

.NET Framework 4.5

Creates an IHubProxy for the hub with the specified name.

Namespace:  Microsoft.AspNet.SignalR.Client.Hubs
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public:
IHubProxy^ CreateHubProxy(
	String^ hubName
)

Parameters

hubName
Type: System::String
The name of the hub.
Show: