Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Net.Http.Headers.RangeHeaderValue Class Reference

Public Member Functions

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

Static Public Member Functions

static RangeHeaderValue Parse (string? input)
 
static bool TryParse ([NotNullWhen(true)] string? input, [NotNullWhen(true)] out RangeHeaderValue? parsedValue)
 

Static Package Functions

static int GetRangeLength (string input, int startIndex, out object parsedValue)
 

Properties

string Unit [get, set]
 
ICollection< RangeItemHeaderValueRanges [get]
 

Private Member Functions

 RangeHeaderValue (RangeHeaderValue source)
 
object ICloneable. Clone ()
 

Private Attributes

string _unit
 
ObjectCollection< RangeItemHeaderValue_ranges
 

Detailed Description

Definition at line 7 of file RangeHeaderValue.cs.


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