C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ServerLogin ( ) : System
ServerLogin ( string url, PasswordAuthentication authData ) : System

Описание методов

ServerLogin() публичный Метод

public ServerLogin ( ) : System
Результат System

ServerLogin() публичный Метод

public ServerLogin ( string url, PasswordAuthentication authData ) : System
url string
authData PasswordAuthentication
Результат System