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.
파일 보기 프로젝트 열기: erminas/smartapi 1 사용 예제들

공개 메소드들

메소드 설명
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