Метод | Описание | |
---|---|---|
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 ) : |
||
ToString ( ) : string | ||
TryParse ( string input, |
Метод | Описание | |
---|---|---|
ContentRangeHeaderValue ( ) : System.Diagnostics | ||
ContentRangeHeaderValue ( |
||
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 ¤t, int &lengthLength ) : bool | ||
TryGetRangeLength ( string input, int ¤t, int &fromLength, int &toStartIndex, int &toLength ) : bool |
public ContentRangeHeaderValue ( long length ) : System.Diagnostics | ||
length | long | |
Результат | System.Diagnostics |
public ContentRangeHeaderValue ( long from, long to ) : System.Diagnostics | ||
from | long | |
to | long | |
Результат | System.Diagnostics |
public ContentRangeHeaderValue ( long from, long to, long length ) : System.Diagnostics | ||
from | long | |
to | long | |
length | long | |
Результат | System.Diagnostics |
public static Parse ( string input ) : |
||
input | string | |
Результат |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
Результат | bool |