コード例 #1
0
ファイル: ServiceBase.cs プロジェクト: war-man/AQ_Project
 public ServiceBase()
 {
     _aPIExcute         = new APIExcute(AuthenticationType.Bearer);
     _baseFileStreamUrl = ApiUrlHelper.FileStreamApiUrl;
     _basicToken        = _aPIExcute.GetBasicAuthToken("AESAPI", "Sysadmin@2019$$");
 }
コード例 #2
0
 //   protected string _baseUtilitiesAPIUrl = ApiUrlHelper.LoggingApiUrl;
 public ServiceBase()
 {
     _apiExcute = new APIExcute(AuthenticationType.Bearer);
     basicToken = _apiExcute.GetBasicAuthToken(BasicAccountConstant.UserName, BasicAccountConstant.Password);
 }