C# Class RavenFS.Synchronization.Multipart.SourceFilePart

Inheritance: System.Net.Http.StreamContent
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
SourceFilePart ( NarrowedStream sourceChunk ) : System.Globalization

Méthodes protégées

Méthode Description
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task

Method Details

SerializeToStreamAsync() protected méthode

protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
stream System.IO.Stream
context System.Net.TransportContext
Résultat System.Threading.Tasks.Task

SourceFilePart() public méthode

public SourceFilePart ( NarrowedStream sourceChunk ) : System.Globalization
sourceChunk RavenFS.Util.NarrowedStream
Résultat System.Globalization