C# Class TencentYoutuYun.SDK.Csharp.Conf

Show file Open project: TencentYouTu/CSharp_sdk Class Usage Examples

Public Methods

Method Description
Instance ( ) : Conf
setAppInfo ( string appid, string secretId, string secretKey, string userid, string end_point ) : void

初始化 应用信息

Private Methods

Method Description
Conf ( ) : System

Method Details

Instance() public static method

public static Instance ( ) : Conf
return Conf

setAppInfo() public method

初始化 应用信息
public setAppInfo ( string appid, string secretId, string secretKey, string userid, string end_point ) : void
appid string
secretId string
secretKey string
userid string
end_point string
return void