File: System\Runtime\ComputerNameFormat.cs | |
Project: ndp\cdf\src\System.ServiceModel.Internals\System.ServiceModel.Internals.csproj (System.ServiceModel.Internals) |
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime { // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/computer_name_format_str.asp enum ComputerNameFormat { NetBIOS, DnsHostName, Dns, DnsFullyQualified, PhysicalNetBIOS, PhysicalDnsHostName, PhysicalDnsDomain, PhysicalDnsFullyQualified } } |