C# Class WoWHeadParser.Requests

Inheritance: IDisposable
Show file Open project: Lordron/WoWHead-data-parser Class Usage Examples

Public Properties

Property Type Description
Compress bool
Id uint

Public Methods

Method Description
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

Private Methods

Method Description
GetRandomUserAgent ( ) : string

Method Details

BeginGetResponse() public method

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

Dispose() public method

public Dispose ( ) : void
return void

EndGetResponse() public method

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

Requests() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Compress public static property

public static bool Compress
return bool

Id public property

public uint Id
return uint