C# Class erminas.SmartAPI.Utils.ServerLogin

Contains alls information needed to connect to a server. The name is not needed for the connection but can used for client side organisation of login information.
Afficher le fichier Open project: erminas/smartapi Class Usage Examples

Méthodes publiques

Méthode Description
ServerLogin ( ) : System
ServerLogin ( string url, PasswordAuthentication authData ) : System

Method Details

ServerLogin() public méthode

public ServerLogin ( ) : System
Résultat System

ServerLogin() public méthode

public ServerLogin ( string url, PasswordAuthentication authData ) : System
url string
authData PasswordAuthentication
Résultat System