C# Class System.Net.FileWebStream

Inheritance: System.IO.FileStream, ICloseEx
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
EndRead ( IAsyncResult ar ) : int
EndWrite ( IAsyncResult ar ) : void
Read ( byte buffer, int offset, int size ) : int
Write ( byte buffer, int offset, int size ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckError ( ) : void
FileWebStream ( FileWebRequest request, string path, FileMode mode, FileAccess access, FileShare sharing ) : System.IO
FileWebStream ( FileWebRequest request, string path, FileMode mode, FileAccess access, FileShare sharing, int length, bool async ) : System.IO
ICloseEx ( CloseExState closeState ) : void

Method Details

BeginRead() public méthode

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

BeginWrite() public méthode

public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
buffer byte
offset int
size int
callback AsyncCallback
state Object
Résultat IAsyncResult

Dispose() protected méthode

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

EndRead() public méthode

public EndRead ( IAsyncResult ar ) : int
ar IAsyncResult
Résultat int

EndWrite() public méthode

public EndWrite ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

Read() public méthode

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

Write() public méthode

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