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

Public Member Functions

 ProductInfoHeaderValue (string productName, string? productVersion)
 
 ProductInfoHeaderValue (ProductHeaderValue product)
 
 ProductInfoHeaderValue (string comment)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

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

Static Package Functions

static int GetProductInfoLength (string input, int startIndex, out ProductInfoHeaderValue parsedValue)
 

Properties

ProductHeaderValueProduct [get]
 
stringComment [get]
 

Private Member Functions

 ProductInfoHeaderValue (ProductInfoHeaderValue source)
 
object ICloneable. Clone ()
 

Private Attributes

ProductHeaderValue _product
 
string _comment
 

Detailed Description

Definition at line 6 of file ProductInfoHeaderValue.cs.


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