C# Класс DL444.Ucqu.Client.UcquClient

Наследование: IUcquClient
Показать файл Открыть проект

Открытые методы

Метод Описание
UcquClient ( HttpClient httpClient ) : System.Net.Http

Creates a new instance of UCQU registrar site client.

Описание методов

UcquClient() публичный Метод

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. ///
Результат System.Net.Http