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

Inheritance: ICloneable
Mostra file Open project: mikedn/runtime Class Usage Examples

Public Methods

Method Description
Equals ( object? obj ) : bool
GetHashCode ( ) : int
RangeItemHeaderValue ( long? from, long? to ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
GetRangeItemLength ( string? input, int startIndex, RangeItemHeaderValue? &parsedValue ) : int
GetRangeItemListLength ( string? input, int startIndex, ICollection rangeCollection ) : int
ICloneable ( ) : object
RangeItemHeaderValue ( RangeItemHeaderValue 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

RangeItemHeaderValue() public method

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

ToString() public method

public ToString ( ) : string
return string