2 overrides of GetValues
System (1)
net\System\Net\WebHeaderCollection.cs (1)
1944public override string[] GetValues(int index)
System.Web (1)
HttpValueCollection.cs (1)
130public override string[] GetValues(int index) {
11 references to GetValues
System (4)
compmod\system\collections\specialized\namevaluecollection.cs (1)
187String[] values = c.GetValues(i);
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
545string[] val = cc.GetValues(i);
net\System\Net\WebHeaderCollection.cs (2)
997String[] values = cc.GetValues(i); 1947return InnerCollection.GetValues(index);
System.Data.Services (2)
System\Data\Services\HttpContextServiceHost.cs (2)
461string[] values = collection.GetValues(i); 500string[] values = collection.GetValues(i);
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
236string[] values = context.Request.QueryString.GetValues(0);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3338string[] values = headers.GetValues(i);
System.Web (2)
HttpValueCollection.cs (1)
135return base.GetValues(index);
Util\AspCompat.cs (1)
485String[] vv = c.GetValues(i);
System.Web.Mobile (1)
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (1)
269if (AddEmptyStringValues(form.GetValues(i), collection)) {