28 nameValueHeaderValue.Value =
value2;
43 foreach (
char c
in input)
59 for (
int i = 0; i <
bytes; i++)
107 if (
string.IsNullOrEmpty(
value))
119 if (
string.IsNullOrEmpty(
value))
132 if (
string.IsNullOrEmpty(
value))
162 if (x.Count != y.Count)
170 bool[]
array =
new bool[x.Count];
172 foreach (T
item in x)
176 foreach (T
item2 in y)
207 while (num <
input.Length &&
input[num] ==
',')
static unsafe void Clear(Array array)
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
void Add(TKey key, TValue value)
static CultureInfo InvariantCulture
static char ToCharUpper(int value)
static HttpParseResult GetCommentLength(string input, int startIndex, out int length)
static HttpParseResult GetQuotedStringLength(string input, int startIndex, out int length)
static int GetTokenLength(string input, int startIndex)
static int GetWhitespaceLength(string input, int startIndex)
static bool IsTokenChar(char character)
static readonly System.Net.NetEventSource Log
static void Error(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName=null)
static string Format(string resourceFormat, object p1)
static string net_http_headers_invalid_value
static string net_http_log_headers_invalid_quality
static string net_http_argument_empty_string
static string GetStringAndRelease(StringBuilder sb)
static StringBuilder Acquire(int capacity=16)
StringBuilder AppendLine()
StringBuilder Append(char value, int repeatCount)