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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static int GetProductLength (string input, int startIndex, out ProductHeaderValue parsedValue)
 

Properties

string Name [get]
 
stringVersion [get]
 

Private Member Functions

 ProductHeaderValue (ProductHeaderValue source)
 
object ICloneable. Clone ()
 

Private Attributes

readonly string _name
 
readonly string _version
 

Detailed Description

Definition at line 5 of file ProductHeaderValue.cs.


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