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

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 TransferCodingHeaderValue (TransferCodingHeaderValue source)
 

Package Functions

 TransferCodingHeaderValue ()
 

Static Package Functions

static int GetTransferCodingLength (string input, int startIndex, Func< TransferCodingHeaderValue > transferCodingCreator, out TransferCodingHeaderValue parsedValue)
 

Properties

string Value [get]
 
ICollection< NameValueHeaderValueParameters [get]
 

Private Member Functions

object ICloneable. Clone ()
 

Private Attributes

ObjectCollection< NameValueHeaderValue_parameters
 
string _value
 

Detailed Description

Definition at line 7 of file TransferCodingHeaderValue.cs.


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