<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Steed&#039;s Blog About Stuff! &#187; System.Environment</title>
	<atom:link href="http://blog.xploiter.com/tag/systemenvironment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xploiter.com</link>
	<description>i.e. anything interesting...</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=735</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Get your local machine/computer name in c#</title>
		<link>http://blog.xploiter.com/c-and-aspnet/get-your-local-machinecomputer-name-in-c/</link>
		<comments>http://blog.xploiter.com/c-and-aspnet/get-your-local-machinecomputer-name-in-c/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 08:56:47 +0000</pubDate>
		<dc:creator>Simon Steed</dc:creator>
				<category><![CDATA[C# and ASP.Net]]></category>
		<category><![CDATA[ComputerName]]></category>
		<category><![CDATA[GetHostByName]]></category>
		<category><![CDATA[MachineName]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[System.Environment]]></category>
		<category><![CDATA[System.Net]]></category>
		<category><![CDATA[SystemInformation]]></category>

		<guid isPermaLink="false">http://simonsteed.wordpress.com/?p=15</guid>
		<description><![CDATA[Four ways to get your local network/machine name: string name = Environment.MachineName; string name = System.Net.Dns.GetHostName(); string name = System.Windows.Forms.SystemInformation.ComputerName; string name = System.Environment.GetEnvironmentVariable(&#8220;COMPUTERNAME&#8221;);]]></description>
			<content:encoded><![CDATA[<p>Four ways to get your local network/machine name:</p>
<p><span style="font-size:x-small;color:#0000ff;">string</span><span style="font-size:x-small;"> name = </span><span style="font-size:x-small;color:#2b91af;">Environment</span><span style="font-size:x-small;">.MachineName;</span><br />
<span style="font-size:x-small;color:#0000ff;">string</span><span style="font-size:x-small;"> name = System.Net.</span><span style="font-size:x-small;color:#2b91af;">Dns</span><span style="font-size:x-small;">.GetHostName();</span><br />
<span style="font-size:x-small;color:#0000ff;">string</span><span style="font-size:x-small;"> name = System.Windows.Forms.</span><span style="font-size:x-small;color:#2b91af;">SystemInformation</span><span style="font-size:x-small;">.ComputerName;</span><br />
<span style="font-size:x-small;color:#0000ff;">string</span><span style="font-size:x-small;"> name = System.</span><span style="font-size:x-small;color:#2b91af;">Environment</span><span style="font-size:x-small;">.GetEnvironmentVariable(</span><span style="font-size:x-small;color:#a31515;">&#8220;COMPUTERNAME&#8221;</span><span style="font-size:x-small;">);</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xploiter.com/c-and-aspnet/get-your-local-machinecomputer-name-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
