C# 클래스 WoWHeadParser.Requests

상속: IDisposable
파일 보기 프로젝트 열기: Lordron/WoWHead-data-parser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Compress bool
Id uint

공개 메소드들

메소드 설명
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
Dispose ( ) : void
EndGetResponse ( IAsyncResult asyncResult, string &page ) : bool
Requests ( Uri address, string relative, uint id, bool isFilter = false ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetRandomUserAgent ( ) : string

메소드 상세

BeginGetResponse() 공개 메소드

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndGetResponse() 공개 메소드

public EndGetResponse ( IAsyncResult asyncResult, string &page ) : bool
asyncResult IAsyncResult
page string
리턴 bool

Requests() 공개 메소드

public Requests ( Uri address, string relative, uint id, bool isFilter = false ) : System
address System.Uri
relative string
id uint
isFilter bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Compress 공개적으로 정적으로 프로퍼티

public static bool Compress
리턴 bool

Id 공개적으로 프로퍼티

public uint Id
리턴 uint