<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.nfex.ru/index.php?action=history&amp;feed=atom&amp;title=ASP.Net%2FResponse%2FServer_Variables</id>
		<title>ASP.Net/Response/Server Variables - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.nfex.ru/index.php?action=history&amp;feed=atom&amp;title=ASP.Net%2FResponse%2FServer_Variables"/>
		<link rel="alternate" type="text/html" href="http://www.nfex.ru/index.php?title=ASP.Net/Response/Server_Variables&amp;action=history"/>
		<updated>2026-04-16T14:51:21Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.nfex.ru/index.php?title=ASP.Net/Response/Server_Variables&amp;diff=2483&amp;oldid=prev</id>
		<title> в 15:30, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.nfex.ru/index.php?title=ASP.Net/Response/Server_Variables&amp;diff=2483&amp;oldid=prev"/>
				<updated>2010-05-26T15:30:47Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 15:30, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.nfex.ru/index.php?title=ASP.Net/Response/Server_Variables&amp;diff=2484&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://www.nfex.ru/index.php?title=ASP.Net/Response/Server_Variables&amp;diff=2484&amp;oldid=prev"/>
				<updated>2010-05-26T11:54:01Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Showing ServerVariable values via the ServerVariables Collection (VB.net)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;%@ Page Language=&amp;quot;vb&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;Showing ServerVariable values via the ServerVariables Collection in ASP.NET&amp;lt;/title&amp;gt;&lt;br /&gt;
   &amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
Dim Counter1, Counter2 As Integer&lt;br /&gt;
Dim Keys(), subKeys() As String&lt;br /&gt;
Dim SVarsColl As NameValueCollection&lt;br /&gt;
SVarsColl=Request.ServerVariables&lt;br /&gt;
Keys = SVarsColl.AllKeys&lt;br /&gt;
For Counter1 = 0 To Keys.GetUpperBound(0)&lt;br /&gt;
   Response.Write(&amp;quot;Key: &amp;quot; &amp;amp; Keys(Counter1) &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;quot;)&lt;br /&gt;
   subKeys = SVarsColl.GetValues(Counter1) &amp;quot; Get all values under this key.&lt;br /&gt;
   For Counter2 = 0 To subKeys.GetUpperBound(0)&lt;br /&gt;
      Response.Write(&amp;quot;Value &amp;quot; &amp;amp; CStr(Counter2) &amp;amp; &amp;quot;: &amp;quot; &amp;amp; subKeys(Counter2) &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;quot;)&lt;br /&gt;
   Next Counter2&lt;br /&gt;
Next Counter1&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>