Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Http3EncodedBytes

byte [] System.Net.Http.HttpMethod.Http3EncodedBytes
getpackage

Definition at line 67 of file HttpMethod.cs.

68 {
69 get
70 {
72 ref byte[] http3EncodedBytes;
73 byte[] array2;
74 if (array == null)
75 {
76 http3EncodedBytes = ref _http3EncodedBytes;
77 int? http3Index = _http3Index;
78 if (http3Index.HasValue)
79 {
80 int valueOrDefault = http3Index.GetValueOrDefault();
81 if (valueOrDefault >= 0)
82 {
84 goto IL_0046;
85 }
86 }
88 goto IL_0046;
89 }
90 goto IL_004d;
91 IL_004d:
92 return array;
93 IL_0046:
94 array = array2;
95 Volatile.Write(ref http3EncodedBytes, array2);
96 goto IL_004d;
97 }
98 }
readonly? int _http3Index
Definition HttpMethod.cs:11
readonly string _method
Definition HttpMethod.cs:9
static byte[] EncodeStaticIndexedHeaderFieldToArray(int index)
static byte[] EncodeLiteralHeaderFieldWithStaticNameReferenceToArray(int index)
static bool Read(ref bool location)
Definition Volatile.cs:67
static void Write(ref bool location, bool value)
Definition Volatile.cs:74