Class GlobalDataService
Inheritance
GlobalDataService
Assembly: .dll
Syntax
public class GlobalDataService
Properties
|
Edit this page
View Source
client
Declaration
public Client client { get; set; }
Property Value
|
Edit this page
View Source
connecteTo
Declaration
public (string?, string?) connecteTo { get; set; }
Property Value
|
Edit this page
View Source
isConnecte
Declaration
public bool isConnecte { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetInstance()
Retrieves the singleton instance of GlobalDataService, ensuring thread safety.
Declaration
public static GlobalDataService GetInstance()
Returns