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
IP Address « Network Remote « VB.Net
VB.Net
Network Remote
IP Address
1.
Get your IP address
2.
IPAddress.Address
3.
IPAddress.Broadcast Field provides the IP broadcast address. This field is read-only.
4.
IPAddress.Loopback
5.
IPAddress.None indicates that no network interface should be used. This field is read-only.
6.
IPAddress.Parse converts an IP address string to an IPAddress instance.
7.
Create IPEndPoint class with the specified address and port number.
8.
IPEndPoint.Create creates an endpoint from a socket address.
9.
Serializes endpoint information into a SocketAddress instance.