Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
Dns « Network Remote « VB.Net
VB.Net
Network Remote
Dns
1.
Uri.Authority Property gets the Domain Name System (DNS) host name or IP address and the port number for a server.
2.
Uri.CheckHostName Method tells whether the specified host name is a valid DNS name.
3.
Uri.DnsSafeHost Property gets an unescaped host name that is safe to use for DNS resolution.
4.
Dns Class provides simple domain name resolution functionality.
5.
Dns.GetHostByAddress creates an IPHostEntry instance from the specified IPAddress.
6.
Dns.GetHostByName gets the DNS information for the specified DNS host name.
7.
Dns.GetHostEntry resolves a host name or IP address to an IPHostEntry instance.
8.
Dns.GetHostName gets the host name of the local computer.
9.
Dns.Resolve resolves a DNS host name or IP address to an IPHostEntry instance.