Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ViaHeaderValue (string protocolVersion, string receivedBy) | |
ViaHeaderValue (string protocolVersion, string receivedBy, string? protocolName) | |
ViaHeaderValue (string protocolVersion, string receivedBy, string? protocolName, string? comment) | |
override string | ToString () |
override bool | Equals ([NotNullWhen(true)] object? obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static ViaHeaderValue | Parse (string? input) |
static bool | TryParse ([NotNullWhen(true)] string? input, [NotNullWhen(true)] out ViaHeaderValue? parsedValue) |
Static Package Functions | |
static int | GetViaLength (string input, int startIndex, out object parsedValue) |
Properties | |
string? | ProtocolName [get] |
string | ProtocolVersion [get] |
string | ReceivedBy [get] |
string? | Comment [get] |
Private Member Functions | |
ViaHeaderValue (ViaHeaderValue source) | |
object ICloneable. | Clone () |
Static Private Member Functions | |
static int | GetProtocolEndIndex (string input, int startIndex, out string protocolName, out string protocolVersion) |
static void | CheckReceivedBy (string receivedBy) |
Private Attributes | |
readonly string | _protocolName |
readonly string | _protocolVersion |
readonly string | _receivedBy |
readonly string | _comment |
Definition at line 7 of file ViaHeaderValue.cs.