C# Class CgwMonitorManage.Tiandy.TiandyHttpClient

天地伟业http接口
Afficher le fichier Open project: eSDK/esdk_Cgw Class Usage Examples

Méthodes publiques

Méthode Description
GetCustomTree ( ) : List

获取自定义设备列表

GetResourceTree ( ) : List

获取设备树接口

Login ( ) : LoginInfo

登陆http服务接口

TiandyHttpClient ( string serverUrl, string user, string password ) : System

Private Methods

Méthode Description
CallHttpInterface ( string requestUrl ) : string

调用天地伟业http接口

GetResourceTree ( String requestUrl ) : List

获取设备树

Method Details

GetCustomTree() public méthode

获取自定义设备列表
public GetCustomTree ( ) : List
Résultat List

GetResourceTree() public méthode

获取设备树接口
public GetResourceTree ( ) : List
Résultat List

Login() public méthode

登陆http服务接口
public Login ( ) : LoginInfo
Résultat LoginInfo

TiandyHttpClient() public méthode

public TiandyHttpClient ( string serverUrl, string user, string password ) : System
serverUrl string
user string
password string
Résultat System