C# Class CgwMonitorManage.Tiandy.TiandyHttpClient

天地伟业http接口
Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Methods

Method Description
GetCustomTree ( ) : List

获取自定义设备列表

GetResourceTree ( ) : List

获取设备树接口

Login ( ) : LoginInfo

登陆http服务接口

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

Private Methods

Method Description
CallHttpInterface ( string requestUrl ) : string

调用天地伟业http接口

GetResourceTree ( String requestUrl ) : List

获取设备树

Method Details

GetCustomTree() public method

获取自定义设备列表
public GetCustomTree ( ) : List
return List

GetResourceTree() public method

获取设备树接口
public GetResourceTree ( ) : List
return List

Login() public method

登陆http服务接口
public Login ( ) : LoginInfo
return LoginInfo

TiandyHttpClient() public method

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