Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Headers.RangeItemHeaderValue Class Reference

Public Member Functions

 RangeItemHeaderValue (long? from, long? to)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 

Package Functions

 RangeItemHeaderValue (RangeItemHeaderValue source)
 

Static Package Functions

static int GetRangeItemListLength (string input, int startIndex, ICollection< RangeItemHeaderValue > rangeCollection)
 
static int GetRangeItemLength (string input, int startIndex, out RangeItemHeaderValue parsedValue)
 

Properties

long? From [get]
 
long? To [get]
 

Private Member Functions

object ICloneable. Clone ()
 

Private Attributes

readonly? long _from
 
readonly? long _to
 

Detailed Description

Definition at line 8 of file RangeItemHeaderValue.cs.


The documentation for this class was generated from the following file: