메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
GetRangeLength ( string input, int startIndex, object &parsedValue ) : int | ||
ICloneable ( ) : object | ||
RangeHeaderValue ( |
public static Parse ( string input ) : |
||
input | string | |
리턴 |
public RangeHeaderValue ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public RangeHeaderValue ( long from, long to ) : System.Collections.Generic | ||
from | long | |
to | long | |
리턴 | System.Collections.Generic |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
리턴 | bool |