3 overrides of GetValues
System (2)
net\System\Net\mail\HeaderCollection.cs (1)
63
public override string[]
GetValues
(string name) {
net\System\Net\WebHeaderCollection.cs (1)
775
public override string[]
GetValues
(string header) {
System.Web (1)
HttpValueCollection.cs (1)
138
public override string[]
GetValues
(string name) {
34 references to GetValues
System (6)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1379
string[] cacheValues = ctx.SystemMeta.
GetValues
((string)varyValues[i]);
net\System\Net\HttpListenerRequest.cs (2)
488
foreach (string connection in this.Headers.
GetValues
(HttpKnownHeaderNames.Connection))
502
foreach (string upgrade in this.Headers.
GetValues
(HttpKnownHeaderNames.Upgrade))
net\System\Net\mail\HeaderCollection.cs (1)
78
return base.
GetValues
(name);
net\System\Net\mail\MailWriter.cs (1)
34
string[] values = headers.
GetValues
(key);
net\System\Net\WebHeaderCollection.cs (1)
782
string[] Values = InnerCollection.
GetValues
(header);
System.Data (6)
fx\src\data\System\Data\DataSet.cs (1)
3339
string[] values = settings.
GetValues
(Keywords.WS_VERSION);
fx\src\data\System\Data\Odbc\OdbcConnectionFactory.cs (2)
91
values = settings.
GetValues
(metaDataXML);
97
values = settings.
GetValues
(metaDataXML);
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (2)
77
values = settings.
GetValues
(metaDataXML);
83
values = settings.
GetValues
(metaDataXML);
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
198
string [] values = settings.
GetValues
(_metaDataXml);
System.Data.Services (3)
System\Data\Services\BatchServiceHost.cs (1)
310
string[] result = this.queryParameters.
GetValues
(item);
System\Data\Services\HttpContextServiceHost.cs (2)
394
string[] values = collection.
GetValues
(item);
409
values = collection.
GetValues
(key);
System.Web (11)
HttpValueCollection.cs (1)
140
return base.
GetValues
(name);
ModelBinding\NameValueCollectionValueProvider.cs (1)
80
string[] rawValue = collection.
GetValues
(key);
SiteMapNode.cs (1)
477
string[] keys = _resourceKeys.
GetValues
(attributeName);
UI\HtmlControls\HtmlInputGenericControl.cs (1)
82
string inputString = postCollection.
GetValues
(postDataKey)[0];
UI\HtmlControls\HtmlInputHidden.cs (1)
116
string text = postCollection.
GetValues
(postDataKey)[0];
UI\HtmlControls\HtmlInputText.cs (1)
205
string inputString = postCollection.
GetValues
(postDataKey)[0];
UI\HtmlControls\HtmlSelect.cs (1)
931
string[] selectedItems = postCollection.
GetValues
(postDataKey);
UI\HtmlControls\HtmlTextArea.cs (1)
239
string text = postCollection.
GetValues
(postDataKey)[0];
UI\Page.cs (1)
1953
String [] nullValues = ret.
GetValues
(null);
UI\WebControls\DropDownList.cs (1)
155
string [] selectedItems = postCollection.
GetValues
(postDataKey);
UI\WebControls\Listbox.cs (1)
191
string[] selectedItems = postCollection.
GetValues
(postDataKey);
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
324
string[] headerValues = request.Headers.
GetValues
("X-MicrosoftAjax");
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (1)
371
String [] values = sourceCollection.
GetValues
(sourceKey);
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
236
String[] selectedItems = data.
GetValues
(key);
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (1)
170
String[] selectedItems = data.
GetValues
(key);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
113
String [] values = sourceCollection.
GetValues
(sourceKey);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
90
String[] selectedItems = data.
GetValues
(key);
UI\MobileControls\MobilePage.cs (1)
1554
String [] values = sourceCollection.
GetValues
(sourceKey);
System.Web.Services (1)
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (1)
52
string[] arrayValues = collection.
GetValues
(paramInfo.Name);