C# Class WoWHeadParser.Requests

Inheritance: IDisposable
Afficher le fichier Open project: Lordron/WoWHead-data-parser Class Usage Examples

Méthodes publiques

Свойство Type Description
Compress bool
Id uint

Méthodes publiques

Méthode 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

Méthode Description
GetRandomUserAgent ( ) : string

Method Details

BeginGetResponse() public méthode

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndGetResponse() public méthode

public EndGetResponse ( IAsyncResult asyncResult, string &page ) : bool
asyncResult IAsyncResult
page string
Résultat bool

Requests() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Compress public_oe static_oe property

public static bool Compress
Résultat bool

Id public_oe property

public uint Id
Résultat uint