C# Class RavenFS.Synchronization.Multipart.SeedFilePart

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

Méthodes publiques

Méthode Description
SeedFilePart ( long from, long to ) : System.Globalization

Méthodes protégées

Méthode Description
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
TryComputeLength ( long &length ) : bool

Method Details

SeedFilePart() public méthode

public SeedFilePart ( long from, long to ) : System.Globalization
from long
to long
Résultat System.Globalization

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

TryComputeLength() protected méthode

protected TryComputeLength ( long &length ) : bool
length long
Résultat bool