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

Public Member Functions

 NameValueHeaderValue (string name)
 
 NameValueHeaderValue (string name, string? value)
 
override int GetHashCode ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override string ToString ()
 

Static Public Member Functions

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

Package Functions

 NameValueHeaderValue ()
 
 NameValueHeaderValue (NameValueHeaderValue source)
 

Static Package Functions

static void ToString (ObjectCollection< NameValueHeaderValue > values, char separator, bool leadingSeparator, StringBuilder destination)
 
static int GetHashCode (ObjectCollection< NameValueHeaderValue > values)
 
static int GetNameValueLength (string input, int startIndex, out NameValueHeaderValue parsedValue)
 
static int GetNameValueLength (string input, int startIndex, Func< NameValueHeaderValue > nameValueCreator, out NameValueHeaderValue parsedValue)
 
static int GetNameValueListLength (string input, int startIndex, char delimiter, ObjectCollection< NameValueHeaderValue > nameValueCollection)
 
static NameValueHeaderValue Find (ObjectCollection< NameValueHeaderValue > values, string name)
 
static int GetValueLength (string input, int startIndex)
 

Properties

string Name [get]
 
stringValue [get, set]
 

Private Member Functions

void AddToStringBuilder (StringBuilder sb)
 
object ICloneable. Clone ()
 

Static Private Member Functions

static void CheckNameValueFormat (string name, string value)
 
static void CheckValueFormat (string value)
 
static NameValueHeaderValue CreateNameValue ()
 

Private Attributes

string _name
 
string _value
 

Static Private Attributes

static readonly Func< NameValueHeaderValues_defaultNameValueCreator = CreateNameValue
 

Detailed Description

Definition at line 7 of file NameValueHeaderValue.cs.


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