|
HubClientOperationsBaseTHubClient Property
|
Gets instance of hub client for current SignalR session.
Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax protected T HubClient { get; }
Protected ReadOnly Property HubClient As T
Get
protected:
property T HubClient {
T get ();
}
member HubClient : 'T with get
function get_HubClient();
View SourceProperty Value
TSee Also