Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function LookupServer( _ ByVal template As DnsRequest, _ ByVal service As String, _ ByVal proto As String, _ ByVal domain As String _ ) As DnsResponse |
Visual Basic (Usage) | ![]() |
---|---|
Dim template As DnsRequest Dim service As String Dim proto As String Dim domain As String Dim value As DnsResponse value = AdvancedDns.LookupServer(template, service, proto, domain) |
C# | |
---|---|
public static DnsResponse LookupServer( DnsRequest template, string service, string proto, string domain ) |
C++/CLI | |
---|---|
public: static DnsResponse^ LookupServer( DnsRequest^ template, String^ service, String^ proto, String^ domain ) |
Parameters
- template
- service
- proto
- domain
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