C# Class Illumina.TerminalVelocity.SimpleHttpGetByRangeClient

Inheritance: ISimpleHttpGetByRangeClient
Afficher le fichier Open project: basespace/TerminalVelocity Class Usage Examples

Méthodes publiques

Свойство Type Description
BODY_INDICATOR byte[]

Méthodes publiques

Méthode Description
BuildHttpRequest ( Uri uri, long start, long length ) : string
Dispose ( ) : void
Get ( Uri uri, long start, long length ) : SimpleHttpResponse
Get ( long start, long length ) : SimpleHttpResponse
ParseResult ( Stream stream, long length ) : SimpleHttpResponse
SimpleHttpGetByRangeClient ( Uri baseUri, BufferManager bufferManager = null, int timeout = DEFAULT_TIMEOUT, Uri proxy = null ) : System

Méthodes protégées

Méthode Description
EnsureConnection ( Uri uri, bool forceRebuild = false ) : void

Private Methods

Méthode Description
CreateTcpClient ( Uri proxy ) : void

Method Details

BuildHttpRequest() public static méthode

public static BuildHttpRequest ( Uri uri, long start, long length ) : string
uri System.Uri
start long
length long
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnsureConnection() protected méthode

protected EnsureConnection ( Uri uri, bool forceRebuild = false ) : void
uri System.Uri
forceRebuild bool
Résultat void

Get() public méthode

public Get ( Uri uri, long start, long length ) : SimpleHttpResponse
uri System.Uri
start long
length long
Résultat SimpleHttpResponse

Get() public méthode

public Get ( long start, long length ) : SimpleHttpResponse
start long
length long
Résultat SimpleHttpResponse

ParseResult() public méthode

public ParseResult ( Stream stream, long length ) : SimpleHttpResponse
stream Stream
length long
Résultat SimpleHttpResponse

SimpleHttpGetByRangeClient() public méthode

public SimpleHttpGetByRangeClient ( Uri baseUri, BufferManager bufferManager = null, int timeout = DEFAULT_TIMEOUT, Uri proxy = null ) : System
baseUri System.Uri
bufferManager BufferManager
timeout int
proxy System.Uri
Résultat System

Property Details

BODY_INDICATOR public_oe static_oe property

public static byte[] BODY_INDICATOR
Résultat byte[]