C# Class TencentYoutuYun.SDK.Csharp.Conf

Afficher le fichier Open project: TencentYouTu/CSharp_sdk Class Usage Examples

Méthodes publiques

Méthode Description
Instance ( ) : Conf
setAppInfo ( string appid, string secretId, string secretKey, string userid, string end_point ) : void

初始化 应用信息

Private Methods

Méthode Description
Conf ( ) : System

Method Details

Instance() public static méthode

public static Instance ( ) : Conf
Résultat Conf

setAppInfo() public méthode

初始化 应用信息
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
Résultat void