C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.BatchStream

Inheritance: Stream
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Méthodes publiques

Méthode Description
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Append ( byte &buffer, int count ) : void
AssertOpen ( ) : void
BatchStream ( Stream stream, string boundary, Encoding batchEncoding, bool requestStream ) : System
ClearPreviousOperationInformation ( ) : void
DetectEncoding ( ) : Encoding
GetBoundaryAndEncodingFromMultipartMixedContentType ( string contentType, string &boundary, Encoding &encoding ) : bool
GetContentStream ( ) : Stream
GetResponseVersion ( ) : string
GetStateBasedOnHttpMethodName ( string methodName ) : BatchStreamState
GetStatusCode ( ) : HttpStatusCode
MoveNext ( ) : bool
ReadBuffer ( ) : bool
ReadContentHeaders ( ) : void
ReadDelimiter ( byte buffer, int offset, int count ) : int
ReadHttpHeaders ( ) : void
ReadLength ( byte buffer, int offset, int count ) : int
ReadLine ( ) : string
VerifyBoundary ( string boundary ) : string

Method Details

BeginRead() public méthode

public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback
state object
Résultat IAsyncResult

Dispose() protected méthode

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

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void