Method | Description | |
---|---|---|
Dispose ( ) : void |
Dispose this instance.
|
|
GetFile ( string uri ) : Client.HttpBenchmark.HttpTrafficLog |
Get files via http request. Public interface to call for top file of the tree
|
|
HttpRequest ( int serverLatency, bool useHttp2Handshake ) : System |
Initializes a new instance of the HttpRequest class.
|
Method | Description | |
---|---|---|
AddNameToDownloadList ( string uri ) : void |
Add name to list of files to download
|
|
AuthenticateAsClient ( |
Authenticate client.
|
|
Get ( |
Get files via URI.
|
|
GetHeaders ( byte content ) : byte[] |
Get headers.
|
|
GetNameToDownload ( ) : string |
Get next name to download
|
|
GetStatus ( byte headers ) : int |
Get status from headers.
|
|
HttpLoaderProc ( object stateInfo ) : void |
Thread proc for file download
|
|
NameListMonitorProc ( object stateInfo ) : void |
Thread proc for name list monitor
|
|
PrivateGetFile ( byte content, string type, |
Get files via http request.
|
public GetFile ( string uri ) : Client.HttpBenchmark.HttpTrafficLog | ||
uri | string | The address site. |
return | Client.HttpBenchmark.HttpTrafficLog |
public HttpRequest ( int serverLatency, bool useHttp2Handshake ) : System | ||
serverLatency | int | Server latency. |
useHttp2Handshake | bool | |
return | System |