C# 클래스 System.Net.Http.Headers.ContentRangeHeaderValue

상속: ICloneable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ContentRangeHeaderValue ( long length ) : System.Diagnostics
ContentRangeHeaderValue ( long from, long to ) : System.Diagnostics
ContentRangeHeaderValue ( long from, long to, long length ) : System.Diagnostics
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string input ) : ContentRangeHeaderValue
ToString ( ) : string
TryParse ( string input, ContentRangeHeaderValue &parsedValue ) : bool

비공개 메소드들

메소드 설명
ContentRangeHeaderValue ( ) : System.Diagnostics
ContentRangeHeaderValue ( ContentRangeHeaderValue source ) : System.Diagnostics
GetContentRangeLength ( string input, int startIndex, object &parsedValue ) : int
ICloneable ( ) : object
TryCreateContentRange ( string input, string unit, int fromStartIndex, int fromLength, int toStartIndex, int toLength, int lengthStartIndex, int lengthLength, object &parsedValue ) : bool
TryGetLengthLength ( string input, int &current, int &lengthLength ) : bool
TryGetRangeLength ( string input, int &current, int &fromLength, int &toStartIndex, int &toLength ) : bool

메소드 상세

ContentRangeHeaderValue() 공개 메소드

public ContentRangeHeaderValue ( long length ) : System.Diagnostics
length long
리턴 System.Diagnostics

ContentRangeHeaderValue() 공개 메소드

public ContentRangeHeaderValue ( long from, long to ) : System.Diagnostics
from long
to long
리턴 System.Diagnostics

ContentRangeHeaderValue() 공개 메소드

public ContentRangeHeaderValue ( long from, long to, long length ) : System.Diagnostics
from long
to long
length long
리턴 System.Diagnostics

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string input ) : ContentRangeHeaderValue
input string
리턴 ContentRangeHeaderValue

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, ContentRangeHeaderValue &parsedValue ) : bool
input string
parsedValue ContentRangeHeaderValue
리턴 bool