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

Public Member Functions

 RangeConditionHeaderValue (DateTimeOffset date)
 
 RangeConditionHeaderValue (EntityTagHeaderValue entityTag)
 
 RangeConditionHeaderValue (string entityTag)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

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

Static Package Functions

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

Properties

DateTimeOffsetDate [get]
 
EntityTagHeaderValueEntityTag [get]
 

Private Member Functions

 RangeConditionHeaderValue (RangeConditionHeaderValue source)
 
object ICloneable. Clone ()
 

Private Attributes

readonly? DateTimeOffset _date
 
readonly EntityTagHeaderValue _entityTag
 

Detailed Description

Definition at line 5 of file RangeConditionHeaderValue.cs.


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