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

Inheritance: ICloneable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string input ) : RangeHeaderValue
input string
Résultat RangeHeaderValue

RangeHeaderValue() public méthode

public RangeHeaderValue ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RangeHeaderValue() public méthode

public RangeHeaderValue ( long from, long to ) : System.Collections.Generic
from long
to long
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string input, RangeHeaderValue &parsedValue ) : bool
input string
parsedValue RangeHeaderValue
Résultat bool