Property | Type | Description | |
---|---|---|---|
BODY_INDICATOR | byte[] |
Method | Description | |
---|---|---|
BuildHttpRequest ( |
||
Dispose ( ) : void | ||
Get ( |
||
Get ( long start, long length ) : |
||
ParseResult ( Stream stream, long length ) : |
||
SimpleHttpGetByRangeClient ( |
Method | Description | |
---|---|---|
EnsureConnection ( |
Method | Description | |
---|---|---|
CreateTcpClient ( |
public static BuildHttpRequest ( |
||
uri | ||
start | long | |
length | long | |
return | string |
protected EnsureConnection ( |
||
uri | ||
forceRebuild | bool | |
return | void |
public Get ( |
||
uri | ||
start | long | |
length | long | |
return |
public Get ( long start, long length ) : |
||
start | long | |
length | long | |
return |
public ParseResult ( Stream stream, long length ) : |
||
stream | Stream | |
length | long | |
return |
public SimpleHttpGetByRangeClient ( |
||
baseUri | ||
bufferManager | BufferManager | |
timeout | int | |
proxy | ||
return | System |