LookupServer(String) Method
See Also 
SourceCode.Net.Dns Namespace > AdvancedDns Class > LookupServer Method : LookupServer(String) Method



service

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function LookupServer( _
   ByVal service As String _
) As DnsResponse
Visual Basic (Usage) Copy Code
Dim service As String
Dim value As DnsResponse
 
value = AdvancedDns.LookupServer(service)
C#  
public static DnsResponse LookupServer( 
   string service
)
C++/CLI  
public:
static DnsResponse^ LookupServer( 
   String^ service
) 

Parameters

service

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also