|
IHubClientConnectionID Property
|
Gets or sets the connection ID of the calling client.
Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax string ConnectionID { get; set; }
Property ConnectionID As String
Get
Set
abstract ConnectionID : string with get, set
function get_ConnectionID();
function set_ConnectionID(value);
View SourceProperty Value
StringSee Also