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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetRangeLength ( string input, int startIndex, object &parsedValue ) : int
ICloneable ( ) : object
RangeHeaderValue ( RangeHeaderValue source ) : System.Collections.Generic

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

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

RangeHeaderValue() 공개 메소드

public RangeHeaderValue ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RangeHeaderValue() 공개 메소드

public RangeHeaderValue ( long from, long to ) : System.Collections.Generic
from long
to long
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

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