C# 클래스 DL444.Ucqu.Client.UcquClient

상속: IUcquClient
파일 보기 프로젝트 열기: DL444/ucqu-ng

공개 메소드들

메소드 설명
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