C# Tutorial IP
Check
- Check if IP address is IPv6 multicast global address in CSharp
- Check if IP address is an IPv6 Teredo address in CSharp
- Check if IP address is an IPv6 site local address in CSharp
- Check if IP address is an link local address in CSharp
- Check if IP address is the loopback address in CSharp
- Check if the IP address is an IPv4-mapped IPv6 address in CSharp
Convert
- Convert IPAddress to byte array in CSharp
- Convert a long value from network byte order to host byte order in CSharp
- Convert a short value from network byte order to host byte order in CSharp
- Convert an integer value from network byte order to host byte order in CSharp
Create
- Create IPEndPoint with the specified address and port in CSharp
- Create IP Address from a Byte array in CSharp
- Create IP Address from address specified as an Int64 in CSharp
- Create an endpoint from a socket address in CSharp
Get
- Get IP address that indicates that no network interface should be used in CSharp
- Get IP address that indicates that the server must listen for client activity on all network interfaces in CSharp
- Get IP loopback address in CSharp
- Get Internet Protocol (IP) addresses for the specified host in CSharp
- Get maximum value that can be assigned to the Port property in CSharp
- Get or set the IP address of the endpoint in CSharp
- Get the IP broadcast address in CSharp
- Get the Internet Protocol (IP) address family in CSharp
- Get the host name of the local computer in CSharp
- Get the minimum value that can be assigned to the Port property in CSharp
- Gets or sets the port number of the endpoint in CSharp
Map
- Map IPAddress object to an IPv4 address in CSharp
- Map the IPAddress object to an IPv6 address in CSharp
Parse
Resolve
- Resolve a host name or IP address to an IPHostEntry instance in CSharp
- Resolve an IP address to an IPHostEntry instance in CSharp