C# 클래스 TencentYoutuYun.SDK.Csharp.Conf

파일 보기 프로젝트 열기: TencentYouTu/CSharp_sdk 1 사용 예제들

공개 메소드들

메소드 설명
Instance ( ) : Conf
setAppInfo ( string appid, string secretId, string secretKey, string userid, string end_point ) : void

初始化 应用信息

비공개 메소드들

메소드 설명
Conf ( ) : System

메소드 상세

Instance() 공개 정적인 메소드

public static Instance ( ) : Conf
리턴 Conf

setAppInfo() 공개 메소드

初始化 应用信息
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
리턴 void