C# Class System.Net.Http.Headers.RangeHeaderValue

Inheritance: ICloneable
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetRangeLength ( string input, int startIndex, object &parsedValue ) : int
ICloneable ( ) : object
RangeHeaderValue ( RangeHeaderValue source ) : System.Collections.Generic

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string input ) : RangeHeaderValue
input string
return RangeHeaderValue

RangeHeaderValue() public method

public RangeHeaderValue ( ) : System.Collections.Generic
return System.Collections.Generic

RangeHeaderValue() public method

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

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

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