Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string input ) : |
||
RangeHeaderValue ( ) : System.Collections.Generic | ||
RangeHeaderValue ( long from, long to ) : System.Collections.Generic | ||
ToString ( ) : string | ||
TryParse ( string input, |
Méthode | Description | |
---|---|---|
GetRangeLength ( string input, int startIndex, object &parsedValue ) : int | ||
ICloneable ( ) : object | ||
RangeHeaderValue ( |
public static Parse ( string input ) : |
||
input | string | |
Résultat |
public RangeHeaderValue ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public RangeHeaderValue ( long from, long to ) : System.Collections.Generic | ||
from | long | |
to | long | |
Résultat | System.Collections.Generic |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
Résultat | bool |