Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Headers.ViaHeaderValue Member List

This is the complete list of members for System.Net.Http.Headers.ViaHeaderValue, including all inherited members.

_commentSystem.Net.Http.Headers.ViaHeaderValueprivate
_protocolNameSystem.Net.Http.Headers.ViaHeaderValueprivate
_protocolVersionSystem.Net.Http.Headers.ViaHeaderValueprivate
_receivedBySystem.Net.Http.Headers.ViaHeaderValueprivate
CheckReceivedBy(string receivedBy)System.Net.Http.Headers.ViaHeaderValueinlineprivatestatic
Clone()System.Net.Http.Headers.ViaHeaderValueinlineprivate
CommentSystem.Net.Http.Headers.ViaHeaderValue
Equals([NotNullWhen(true)] object? obj)System.Net.Http.Headers.ViaHeaderValueinline
GetHashCode()System.Net.Http.Headers.ViaHeaderValueinline
GetProtocolEndIndex(string input, int startIndex, out string protocolName, out string protocolVersion)System.Net.Http.Headers.ViaHeaderValueinlineprivatestatic
GetViaLength(string input, int startIndex, out object parsedValue)System.Net.Http.Headers.ViaHeaderValueinlinepackagestatic
Parse(string? input)System.Net.Http.Headers.ViaHeaderValueinlinestatic
ProtocolNameSystem.Net.Http.Headers.ViaHeaderValue
ProtocolVersionSystem.Net.Http.Headers.ViaHeaderValue
ReceivedBySystem.Net.Http.Headers.ViaHeaderValue
ToString()System.Net.Http.Headers.ViaHeaderValueinline
TryParse([NotNullWhen(true)] string? input, [NotNullWhen(true)] out ViaHeaderValue? parsedValue)System.Net.Http.Headers.ViaHeaderValueinlinestatic
ViaHeaderValue(string protocolVersion, string receivedBy)System.Net.Http.Headers.ViaHeaderValueinline
ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName)System.Net.Http.Headers.ViaHeaderValueinline
ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName, string? comment)System.Net.Http.Headers.ViaHeaderValueinline
ViaHeaderValue(ViaHeaderValue source)System.Net.Http.Headers.ViaHeaderValueinlineprivate