C# Class SharpUV.NUnit.UvWebClient

Inheritance: TcpClientSocket
Afficher le fichier Open project: gigi81/sharpuv Class Usage Examples

Méthodes publiques

Méthode Description
Get ( Uri uri, Action callback ) : void

Méthodes protégées

Méthode Description
Check ( UvArgs args ) : bool
Dispose ( bool disposing ) : void
OnClose ( UvArgs args ) : void
OnConnect ( UvArgs args ) : void
OnRead ( UvDataArgs args ) : void
OnResolve ( UvArgs args ) : void
OnWrite ( UvDataArgs args ) : void
UvWebClient ( Uri uri, Action callback ) : System

Private Methods

Méthode Description
GetNextEndPoint ( ) : IPEndPoint
GetRequest ( ) : string
GetResponse ( ) : string
Start ( ) : void

Method Details

Check() protected méthode

protected Check ( UvArgs args ) : bool
args UvArgs
Résultat bool

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Get() public static méthode

public static Get ( Uri uri, Action callback ) : void
uri System.Uri
callback Action
Résultat void

OnClose() protected méthode

protected OnClose ( UvArgs args ) : void
args UvArgs
Résultat void

OnConnect() protected méthode

protected OnConnect ( UvArgs args ) : void
args UvArgs
Résultat void

OnRead() protected méthode

protected OnRead ( UvDataArgs args ) : void
args UvDataArgs
Résultat void

OnResolve() protected méthode

protected OnResolve ( UvArgs args ) : void
args UvArgs
Résultat void

OnWrite() protected méthode

protected OnWrite ( UvDataArgs args ) : void
args UvDataArgs
Résultat void

UvWebClient() protected méthode

protected UvWebClient ( Uri uri, Action callback ) : System
uri System.Uri
callback Action
Résultat System