Пример #1
0
 /// <summary>
 ///  获取网站在一定时间内主要的防护信息,新接口,无url响应时间分布。
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public async Task <GetMainAntiInfoNewResponse> GetMainAntiInfoNew(GetMainAntiInfoNewRequest request)
 {
     return(await new GetMainAntiInfoNewExecutor().Client(this).Execute <GetMainAntiInfoNewResponse, GetMainAntiInfoNewResult, GetMainAntiInfoNewRequest>(request).ConfigureAwait(false));
 }
Пример #2
0
 /// <summary>
 ///  获取网站在一定时间内主要的防护信息,新接口,无url响应时间分布。
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public GetMainAntiInfoNewResponse GetMainAntiInfoNew(GetMainAntiInfoNewRequest request)
 {
     return(new GetMainAntiInfoNewExecutor().Client(this).Execute <GetMainAntiInfoNewResponse, GetMainAntiInfoNewResult, GetMainAntiInfoNewRequest>(request));
 }