C# Class RavenFS.Synchronization.Multipart.SeedFilePart

Inheritance: System.Net.Http.HttpContent
Exibir arquivo Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
SeedFilePart ( long from, long to ) : System.Globalization

Protected Methods

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

Method Details

SeedFilePart() public method

public SeedFilePart ( long from, long to ) : System.Globalization
from long
to long
return System.Globalization

SerializeToStreamAsync() protected method

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

TryComputeLength() protected method

protected TryComputeLength ( long &length ) : bool
length long
return bool