We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492aba5 commit ea7c331Copy full SHA for ea7c331
src/Http/Http/ref/Microsoft.AspNetCore.Http.Manual.cs
@@ -37,6 +37,7 @@ public RequestCookieCollection(int capacity) { }
37
public bool ContainsKey(string key) { throw null; }
38
public Microsoft.AspNetCore.Http.RequestCookieCollection.Enumerator GetEnumerator() { throw null; }
39
public static Microsoft.AspNetCore.Http.RequestCookieCollection Parse(System.Collections.Generic.IList<string> values) { throw null; }
40
+ internal static RequestCookieCollection ParseInternal(System.Collections.Generic.IList<string> values, bool enableCookieNameDecoding) { throw null; }
41
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>>.GetEnumerator() { throw null; }
42
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
43
public bool TryGetValue(string key, out string value) { throw null; }
0 commit comments