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

Public Member Functions

 RetryConditionHeaderValue (DateTimeOffset date)
 
 RetryConditionHeaderValue (TimeSpan delta)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

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

Static Package Functions

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

Properties

DateTimeOffsetDate [get]
 
TimeSpanDelta [get]
 

Private Member Functions

 RetryConditionHeaderValue (RetryConditionHeaderValue source)
 
object ICloneable. Clone ()
 

Private Attributes

readonly? DateTimeOffset _date
 
readonly? TimeSpan _delta
 

Detailed Description

Definition at line 6 of file RetryConditionHeaderValue.cs.


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