Home
last modified time | relevance | path

Searched refs:NameValueCollection (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DNameValueCollection.cpp27 NameValueCollection::NameValueCollection() in NameValueCollection() function in Poco::Net::NameValueCollection
32 NameValueCollection::NameValueCollection(const NameValueCollection& nvc): in NameValueCollection() function in Poco::Net::NameValueCollection
38 NameValueCollection::NameValueCollection(NameValueCollection&& nvc) noexcept: in NameValueCollection() function in Poco::Net::NameValueCollection
44 NameValueCollection::~NameValueCollection() in ~NameValueCollection()
49 NameValueCollection& NameValueCollection::operator = (const NameValueCollection& nvc) in operator =()
51 NameValueCollection tmp(nvc); in operator =()
58 NameValueCollection& NameValueCollection::operator = (NameValueCollection&& nvc) noexcept in operator =()
66 void NameValueCollection::swap(NameValueCollection& nvc) in swap()
124 NameValueCollection::ConstIterator NameValueCollection::find(const std::string& name) const in find()
130 NameValueCollection::ConstIterator NameValueCollection::begin() const in begin()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Specialized/
H A DNameValueCollectionTest.cs27 NameValueCollection col = new NameValueCollection (); in GetValues()
39 NameValueCollection c = new NameValueCollection (); in GetValues_OutOfRange()
47 NameValueCollection col = new NameValueCollection (5); in Get()
60 NameValueCollection c = new NameValueCollection (); in Get_OutOfRange()
77 NameValueCollection c = new NameValueCollection (); in GetKey_OutOfRange()
94 NameValueCollection c = new NameValueCollection (); in Clear()
105 NameValueCollection c = new NameValueCollection (); in Add()
163 NameValueCollection c = new NameValueCollection (); in Add_Multiples()
174 NameValueCollection c = new NameValueCollection (); in Add_Multiples_Null()
383 NameValueCollection nvc = new NameValueCollection((NameValueCollection)null); in Constructor_Null_NVC()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/NameValueCollection/
H A DNameValueCollection.CtorTests.cs16 NameValueCollection nameValueCollection = new NameValueCollection(); in Ctor_Empty()
28NameValueCollection nameValueCollection = new NameValueCollection(CaseInsensitiveHashCodeProvider.… in Ctor_Provider_Comparer()
41NameValueCollection nameValueCollection = new NameValueCollection(5, CaseInsensitiveHashCodeProvid… in Ctor_Int_Provider_Comparer()
55 NameValueCollection nameValueCollection = new NameValueCollection(capacity); in Ctor_Int()
74 …s<ArgumentOutOfRangeException>("capacity", () => new NameValueCollection(-1, new NameValueCollecti… in Ctor_NegativeCapacity_ThrowsArgumentOutOfRangeException()
92NameValueCollection nameValueCollection2 = new NameValueCollection(nameValueCollection1); in Ctor_NameValueCollection()
112 …Extensions.Throws<ArgumentNullException>("c", () => new NameValueCollection((NameValueCollection)n… in Ctor_NullNameValueCollection_ThrowsArgumentNullException()
113 …ensions.Throws<ArgumentNullException>("col", () => new NameValueCollection(0, (NameValueCollection in Ctor_NullNameValueCollection_ThrowsArgumentNullException()
133NameValueCollection nameValueCollection2 = new NameValueCollection(capacity, nameValueCollection1); in Ctor_Int_NameValueCollection()
163NameValueCollection nameValueCollection = new NameValueCollection(capacity, equalityComparer); in Ctor_Int_IEqualityComparer()
[all …]
H A DNameValueCollection.AddNVCTests.cs19 NameValueCollection nameValueCollection1 = Helpers.CreateNameValueCollection(count1); in Add()
20NameValueCollection nameValueCollection2 = Helpers.CreateNameValueCollection(count2, count1); in Add()
50 NameValueCollection nameValueCollection1 = new NameValueCollection(); in Add_ExistingKeys()
51 NameValueCollection nameValueCollection2 = new NameValueCollection(); in Add_ExistingKeys()
68 NameValueCollection nameValueCollection1 = new NameValueCollection(); in Add_MultipleValues()
69 NameValueCollection nameValueCollection2 = new NameValueCollection(); in Add_MultipleValues()
87 NameValueCollection nameValueCollection1 = new NameValueCollection(); in Add_NameValueCollection_WithNullKeys()
88 NameValueCollection nameValueCollection2 = new NameValueCollection(); in Add_NameValueCollection_WithNullKeys()
89 NameValueCollection nameValueCollection3 = new NameValueCollection(); in Add_NameValueCollection_WithNullKeys()
111 NameValueCollection nameValueCollection1 = new NameValueCollection(); in Add_NameValueCollection_WithNullValues()
[all …]
H A DNameValueCollection.SetItemTests.cs14 NameValueCollection nameValueCollection = new NameValueCollection(); in Item_Set()
29 NameValueCollection nameValueCollection = new NameValueCollection(); in Item_Set_OvewriteExistingValue()
44 NameValueCollection nameValueCollection = Helpers.CreateNameValueCollection(count); in Item_Set_NullName()
62 NameValueCollection nameValueCollection = Helpers.CreateNameValueCollection(count); in Item_Set_NullValue()
81 NameValueCollection nameValueCollection = new NameValueCollection(); in Item_Set_IsCaseSensitive()
H A DNameValueCollection.SetTests.cs14 NameValueCollection nameValueCollection = new NameValueCollection(); in Set()
30 NameValueCollection nameValueCollection = new NameValueCollection(); in Set_OvewriteExistingValue()
45 NameValueCollection nameValueCollection = Helpers.CreateNameValueCollection(count); in Set_NullName()
63 NameValueCollection nameValueCollection = Helpers.CreateNameValueCollection(count); in Set_NullValue()
82 NameValueCollection nameValueCollection = new NameValueCollection(); in Set_IsCaseSensitive()
/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DNameValueCollection.h31 class Net_API NameValueCollection
45 NameValueCollection();
48 NameValueCollection(const NameValueCollection& nvc);
51 NameValueCollection(NameValueCollection&& nvc) noexcept;
54 virtual ~NameValueCollection();
57 NameValueCollection& operator = (const NameValueCollection& nvc);
60 NameValueCollection& operator = (NameValueCollection&& nvc) noexcept;
63 void swap(NameValueCollection& nvc);
123 inline void swap(NameValueCollection& nvc1, NameValueCollection& nvc2) in swap()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/Converters/
H A DTestNameValueCollectionExporter.cs38 Assert.AreEqual("{}", Export(new NameValueCollection())); in Empty()
44 NameValueCollection collection = new NameValueCollection(); in OneNameValue()
52 NameValueCollection collection = new NameValueCollection(); in EmptyName()
60 NameValueCollection collection = new NameValueCollection(); in EmptyValue()
68 NameValueCollection collection = new NameValueCollection(); in NullValue()
76 NameValueCollection collection = new NameValueCollection(); in ValuesArray()
86 NameValueCollection collection = new NameValueCollection(); in ManyEntries()
H A DTestNameValueCollectionImporter.cs47 NameValueCollection collection = Import("{}"); in ImportEmpty()
54 NameValueCollection collection = Import("{\"foo\":\"bar\"}"); in ImportOneNameValue()
62 NameValueCollection collection = Import("{\"\":\"bar\"}"); in ImportEmptyName()
70 NameValueCollection collection = Import("{\"foo\":\"\"}"); in ImportEmptyValue()
78 NameValueCollection collection = Import("{\"foo\":null}"); in ImportNullValue()
87 NameValueCollection collection = Import("{\"foo\":[\"bar1\",\"bar2\",\"bar3\"]}"); in ImportValuesArray()
109 private static NameValueCollection UncheckedImport(string s) in UncheckedImport()
113NameValueCollection import = (NameValueCollection) importer.Import(new ImportContext(), reader); in UncheckedImport()
118 private static NameValueCollection Import(string s) in Import()
122 Assert.IsInstanceOfType(typeof(NameValueCollection), o); in Import()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DBrowserCapabilitiesFactory.cs34 …private bool IeProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.Http… in IeProcess()
87 …private bool Ie6plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web… in Ie6plusProcess()
133 …private bool Ie6to9Process(System.Collections.Specialized.NameValueCollection headers, System.Web.… in Ie6to9Process()
174 …private bool Ie7Process(System.Collections.Specialized.NameValueCollection headers, System.Web.Htt… in Ie7Process()
202 …private bool Ie8Process(System.Collections.Specialized.NameValueCollection headers, System.Web.Htt… in Ie8Process()
230 …private bool Ie9Process(System.Collections.Specialized.NameValueCollection headers, System.Web.Htt… in Ie9Process()
286 …private bool IebetaProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.… in IebetaProcess()
413 …private bool OperaProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.H… in OperaProcess()
1408 …private bool WinProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.Htt… in WinProcess()
1850 …private bool OsProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.Http… in OsProcess()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Unit/Internal/
H A DHttpValueCollectionTest.cs40 …TheoryDataSet<NameValueCollection, string> dataSet = new TheoryDataSet<NameValueCollection, string…
42 NameValueCollection hvc1 = HttpValueCollection.Create();
46 NameValueCollection hvc2 = HttpValueCollection.Create();
50 NameValueCollection hvc3 = HttpValueCollection.Create();
54 NameValueCollection hvc4 = HttpValueCollection.Create();
58 NameValueCollection hvc5 = HttpValueCollection.Create();
62 NameValueCollection hvc6 = HttpValueCollection.Create();
69 NameValueCollection hvc7 = HttpValueCollection.Create();
76 NameValueCollection hvc8 = HttpValueCollection.Create();
81 NameValueCollection hvc9 = HttpValueCollection.Create();
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Test/Helpers/
H A DUnvalidatedRequestValuesTest.cs17 NameValueCollection expectedForm = new NameValueCollection(); in Constructor_SetsPropertiesCorrectly()
18 NameValueCollection expectedQueryString = new NameValueCollection(); in Constructor_SetsPropertiesCorrectly()
34 NameValueCollection queryString = new NameValueCollection() in Indexer_LooksUpValuesInCorrectOrder()
39 NameValueCollection form = new NameValueCollection() in Indexer_LooksUpValuesInCorrectOrder()
52 NameValueCollection serverVars = new NameValueCollection() in Indexer_LooksUpValuesInCorrectOrder()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DWebGridTest.cs264 NameValueCollection queryString = new NameValueCollection(); in PageIndexCanBeReset()
282 NameValueCollection queryString = new NameValueCollection(); in PageIndexCanBeResetToSameValue()
359 NameValueCollection queryString = new NameValueCollection(); in PageIndexResetsToLastPageWhenQueryStringValueGreaterThanPageCount()
375 NameValueCollection queryString = new NameValueCollection(); in PageIndexResetWhenQueryStringValueIsInvalid()
391 NameValueCollection queryString = new NameValueCollection(); in PageIndexResetWhenQueryStringValueLessThanOne()
407 NameValueCollection queryString = new NameValueCollection(); in PageIndexUsesCustomQueryString()
423 NameValueCollection queryString = new NameValueCollection(); in PageIndexUsesQueryString()
494 NameValueCollection queryString = new NameValueCollection(); in PageUrlResetsSelection()
514 NameValueCollection queryString = new NameValueCollection(); in PageUrlResetsSelectionForAjax()
536 NameValueCollection queryString = new NameValueCollection(); in PageUrlResetsSelectionForAjaxWithCallback()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDbProviderConfigurationHandler.cs58 static internal NameValueCollection CloneParent(NameValueCollection parentConfig) { in CloneParent()
60 parentConfig = new NameValueCollection(); in CloneParent()
63 parentConfig = new NameValueCollection(parentConfig); in CloneParent()
88 config = CloneParent(parent as NameValueCollection); in CreateStatic()
103 …DbProviderDictionarySectionHandler.CreateStatic(config as NameValueCollection, configContext, chil… in CreateStatic()
137 …static internal NameValueCollection CreateStatic(NameValueCollection config, Object context, XmlNo… in CreateStatic()
163 static private void HandleAdd(XmlNode child, NameValueCollection config) { in HandleAdd()
174 static private void HandleRemove(XmlNode child, NameValueCollection config) { in HandleRemove()
180 static private void HandleClear(XmlNode child, NameValueCollection config) { in HandleClear()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DProviderUtil.cs23 …internal static void GetAndRemoveStringAttribute(NameValueCollection config, string attrib, string… in GetAndRemoveStringAttribute()
28 …internal static void GetAndRemovePositiveAttribute(NameValueCollection config, string attrib, stri… in GetAndRemovePositiveAttribute()
33 …internal static void GetPositiveAttribute(NameValueCollection config, string attrib, string provid… in GetPositiveAttribute()
64 …internal static void GetAndRemovePositiveOrInfiniteAttribute(NameValueCollection config, string at… in GetAndRemovePositiveOrInfiniteAttribute()
69 …internal static void GetPositiveOrInfiniteAttribute(NameValueCollection config, string attrib, str… in GetPositiveOrInfiniteAttribute()
105 …internal static void GetAndRemoveNonZeroPositiveOrInfiniteAttribute(NameValueCollection config, st… in GetAndRemoveNonZeroPositiveOrInfiniteAttribute()
110 …internal static void GetNonZeroPositiveOrInfiniteAttribute(NameValueCollection config, string attr… in GetNonZeroPositiveOrInfiniteAttribute()
146 …internal static void GetAndRemoveBooleanAttribute(NameValueCollection config, string attrib, strin… in GetAndRemoveBooleanAttribute()
151 …internal static void GetBooleanAttribute(NameValueCollection config, string attrib, string provide… in GetBooleanAttribute()
173 …internal static void GetRequiredNonEmptyStringAttribute(NameValueCollection config, string attrib,… in GetRequiredNonEmptyStringAttribute()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/Test/System.Configuration.Provider/
H A DProviderBaseTest.cs47 provider.Initialize ("Mono", (NameValueCollection) null); in Initialize()
54 provider.Initialize (" ", (NameValueCollection) null); in Initialize()
60 NameValueCollection config = new NameValueCollection (); in Initialize()
75 config = new NameValueCollection (); in Initialize()
86 config = new NameValueCollection (); in Initialize()
97 config = new NameValueCollection (); in Initialize()
113 provider.Initialize ("Mono", (NameValueCollection) null); in Initialize_AlreadyInitialized()
115 provider.Initialize ("Mono", (NameValueCollection) null); in Initialize_AlreadyInitialized()
129 provider.Initialize ((string) null, new NameValueCollection ()); in Initialize_Name_Null()
145 provider.Initialize (string.Empty, new NameValueCollection ()); in Initialize_Name_Empty()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dnamevaluecollection.cs27 public class NameValueCollection : NameObjectCollectionBase { class
41 public NameValueCollection() : base() { in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
49 public NameValueCollection(NameValueCollection col) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
61 public NameValueCollection(IHashCodeProvider hashProvider, IComparer comparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
71 public NameValueCollection(int capacity) : base(capacity) { in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
74 public NameValueCollection(IEqualityComparer equalityComparer) : base( equalityComparer) { in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
77 public NameValueCollection(Int32 capacity, IEqualityComparer equalityComparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
87 public NameValueCollection(int capacity, NameValueCollection col) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
104 … public NameValueCollection(int capacity, IHashCodeProvider hashProvider, IComparer comparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
110 internal NameValueCollection(DBNull dummy) : base(dummy) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Http.Test/ValueProviders/Providers/
H A DQueryStringValueProviderTest.cs14 NameValueCollection result = QueryStringValueProvider.ParseQueryString(null); in ParseQueryString_Null()
27 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_SingleNamelessValue()
42 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_SingleNamedValue()
57 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_TwoNamedValues()
72 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_MixedNamedAndUnnamedValues()
88 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_MultipleValuesForSingleName()
102 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_LeadingAmpersand()
117 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_IntermediateDoubleAmpersand()
133 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_TrailingAmpersand()
148 NameValueCollection result = QueryStringValueProvider.ParseQueryString(uri); in ParseQueryString_EncodedUrlValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Adapters/
H A DChtmlPageAdapter.cs125 public override NameValueCollection DeterminePostBackMode in DeterminePostBackMode()
130 NameValueCollection baseCollection in DeterminePostBackMode()
165 private NameValueCollection CollectionFromQueryString( in CollectionFromQueryString()
166 NameValueCollection queryString, in CollectionFromQueryString()
170 NameValueCollection collection = new NameValueCollection(); in CollectionFromQueryString()
243 private NameValueCollection CollectionFromForm( in CollectionFromForm()
244 NameValueCollection form, in CollectionFromForm()
250 NameValueCollection collection = new NameValueCollection(); in CollectionFromForm()
352 NameValueCollection targetCollection) in AddEmptyStringValues()
367 private void AddValues(NameValueCollection sourceCollection, in AddValues()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/src/System/Collections/Specialized/
H A DNameValueCollection.cs21 public class NameValueCollection : NameObjectCollectionBase class
35 public NameValueCollection() : base() in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
44 public NameValueCollection(NameValueCollection col) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
51 public NameValueCollection(IHashCodeProvider hashProvider, IComparer comparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
60 public NameValueCollection(int capacity) : base(capacity) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
64 public NameValueCollection(IEqualityComparer equalityComparer) : base(equalityComparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
68 public NameValueCollection(Int32 capacity, IEqualityComparer equalityComparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
79 public NameValueCollection(int capacity, NameValueCollection col) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
92 … public NameValueCollection(int capacity, IHashCodeProvider hashProvider, IComparer comparer) in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
96 …protected NameValueCollection(SerializationInfo info, StreamingContext context) : base(info, conte… in NameValueCollection() method in System.Collections.Specialized.NameValueCollection
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplateMatch.cs18 NameValueCollection boundVariables;
20 NameValueCollection queryParameters;
50 public NameValueCollection BoundVariables // result of TryLookup, values are decoded
56 this.boundVariables = new NameValueCollection();
72 …public NameValueCollection QueryParameters // the result of UrlUtility.ParseQueryString (keys and…
128 internal void SetQueryParameters(NameValueCollection queryParameters) in SetQueryParameters()
130 this.queryParameters = new NameValueCollection(queryParameters); in SetQueryParameters()
158 this.queryParameters = new NameValueCollection(); in PopulateQueryParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DNameValueCollectionValueProvider.cs13 public NameValueCollectionValueProvider(NameValueCollection collection, CultureInfo culture) in NameValueCollectionValueProvider()
17 …public NameValueCollectionValueProvider(NameValueCollection collection, NameValueCollection unvali… in NameValueCollectionValueProvider()
25 …private void AddValues(NameValueCollection validatedCollection, NameValueCollection unvalidatedCol… in AddValues()
77 …ic ValueProviderResultPlaceholder(string key, NameValueCollection validatedCollection, NameValueCo… in ValueProviderResultPlaceholder()
82 …ate static ValueProviderResult GetResultFromCollection(string key, NameValueCollection collection,… in GetResultFromCollection()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Helpers/
H A DUnvalidatedRequestValues.cs11 private readonly Func<NameValueCollection> _formGetter;
12 private readonly Func<NameValueCollection> _queryStringGetter;
14 …atedRequestValues(HttpRequestBase request, Func<NameValueCollection> formGetter, Func<NameValueCol… in UnvalidatedRequestValues()
21 public NameValueCollection Form
26 public NameValueCollection QueryString
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.HtmlControls/
H A DHtmlInputRadioButtonTest.cs48 public bool LoadPost (string key, NameValueCollection nvc) in LoadPost()
199 NameValueCollection nvc = new NameValueCollection (); in IPostBackDataHandler_LoadPostData_IdNull()
211 NameValueCollection nvc = new NameValueCollection (); in IPostBackDataHandler_LoadPostData_WrongId()
223 NameValueCollection nvc = new NameValueCollection (); in IPostBackDataHandler_LoadPostData()
266 NameValueCollection nvc = new NameValueCollection (); in LoadPostData_IdNull()
277 NameValueCollection nvc = new NameValueCollection (); in LoadPostData_WrongId()
288 NameValueCollection nvc = new NameValueCollection (); in LoadPostData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpParamsCollection.cs37 NameValueCollection _queryString;
38 NameValueCollection _form;
39 NameValueCollection _serverVariables;
43 public HttpParamsCollection (NameValueCollection queryString, in HttpParamsCollection()
44 NameValueCollection form, in HttpParamsCollection()
45 NameValueCollection serverVariables, in HttpParamsCollection()

12345678910>>...27