C# 클래스 RavenFS.Synchronization.Multipart.SeedFilePart

상속: System.Net.Http.HttpContent
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
SeedFilePart ( long from, long to ) : System.Globalization

보호된 메소드들

메소드 설명
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
TryComputeLength ( long &length ) : bool

메소드 상세

SeedFilePart() 공개 메소드

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

SerializeToStreamAsync() 보호된 메소드

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

TryComputeLength() 보호된 메소드

protected TryComputeLength ( long &length ) : bool
length long
리턴 bool