C# Class SharpUV.NUnit.UvWebClient

Inheritance: TcpClientSocket
Mostra file Open project: gigi81/sharpuv Class Usage Examples

Public Methods

Method Description
Get ( Uri uri, Action callback ) : void

Protected Methods

Method 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

Method Description
GetNextEndPoint ( ) : IPEndPoint
GetRequest ( ) : string
GetResponse ( ) : string
Start ( ) : void

Method Details

Check() protected method

protected Check ( UvArgs args ) : bool
args UvArgs
return bool

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Get() public static method

public static Get ( Uri uri, Action callback ) : void
uri System.Uri
callback Action
return void

OnClose() protected method

protected OnClose ( UvArgs args ) : void
args UvArgs
return void

OnConnect() protected method

protected OnConnect ( UvArgs args ) : void
args UvArgs
return void

OnRead() protected method

protected OnRead ( UvDataArgs args ) : void
args UvDataArgs
return void

OnResolve() protected method

protected OnResolve ( UvArgs args ) : void
args UvArgs
return void

OnWrite() protected method

protected OnWrite ( UvDataArgs args ) : void
args UvDataArgs
return void

UvWebClient() protected method

protected UvWebClient ( Uri uri, Action callback ) : System
uri System.Uri
callback Action
return System