C# Class DL444.Ucqu.Client.UcquClient

Inheritance: IUcquClient
Show file Open project: DL444/ucqu-ng

Public Methods

Method Description
UcquClient ( HttpClient httpClient ) : System.Net.Http

Creates a new instance of UCQU registrar site client.

Method Details

UcquClient() public method

Creates a new instance of UCQU registrar site client.
public UcquClient ( HttpClient httpClient ) : System.Net.Http
httpClient HttpClient /// The HttpClient object used to make HTTP requests. /// You should set the base address, and configure it so cookie container of the underlying handler is NOT used. ///
return System.Net.Http