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

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 ContentDispositionHeaderValue (ContentDispositionHeaderValue source)
 

Package Functions

 ContentDispositionHeaderValue ()
 

Static Package Functions

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

Properties

string DispositionType [get, set]
 
ICollection< NameValueHeaderValueParameters [get]
 
stringName [get, set]
 
stringFileName [get, set]
 
stringFileNameStar [get, set]
 
DateTimeOffsetCreationDate [get, set]
 
DateTimeOffsetModificationDate [get, set]
 
DateTimeOffsetReadDate [get, set]
 
long? Size [get, set]
 

Private Member Functions

object ICloneable. Clone ()
 
DateTimeOffsetGetDate (string parameter)
 
void SetDate (string parameter, DateTimeOffset? date)
 
string GetName (string parameter)
 
void SetName (string parameter, string value)
 

Static Private Member Functions

static int GetDispositionTypeExpressionLength (string input, int startIndex, out string dispositionType)
 
static void CheckDispositionTypeFormat (string dispositionType, string parameterName)
 
static string EncodeAndQuoteMime (string input)
 
static bool IsQuoted (ReadOnlySpan< char > value)
 
static string EncodeMime (string input)
 
static bool TryDecodeMime (string input, [NotNullWhen(true)] out string output)
 
static bool TryDecode5987 (string input, out string output)
 

Private Attributes

ObjectCollection< NameValueHeaderValue_parameters
 
string _dispositionType
 

Detailed Description

Definition at line 8 of file ContentDispositionHeaderValue.cs.


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