C# Tutorial IP

Check

  1. Check if IP address is IPv6 multicast global address in CSharp
  2. Check if IP address is an IPv6 Teredo address in CSharp
  3. Check if IP address is an IPv6 site local address in CSharp
  4. Check if IP address is an link local address in CSharp
  5. Check if IP address is the loopback address in CSharp
  6. Check if the IP address is an IPv4-mapped IPv6 address in CSharp

Convert

  1. Convert IPAddress to byte array in CSharp
  2. Convert a long value from network byte order to host byte order in CSharp
  3. Convert a short value from network byte order to host byte order in CSharp
  4. Convert an integer value from network byte order to host byte order in CSharp

Create

  1. Create IPEndPoint with the specified address and port in CSharp
  2. Create IP Address from a Byte array in CSharp
  3. Create IP Address from address specified as an Int64 in CSharp
  4. Create an endpoint from a socket address in CSharp

Get

  1. Get IP address that indicates that no network interface should be used in CSharp
  2. Get IP address that indicates that the server must listen for client activity on all network interfaces in CSharp
  3. Get IP loopback address in CSharp
  4. Get Internet Protocol (IP) addresses for the specified host in CSharp
  5. Get maximum value that can be assigned to the Port property in CSharp
  6. Get or set the IP address of the endpoint in CSharp
  7. Get the IP broadcast address in CSharp
  8. Get the Internet Protocol (IP) address family in CSharp
  9. Get the host name of the local computer in CSharp
  10. Get the minimum value that can be assigned to the Port property in CSharp
  11. Gets or sets the port number of the endpoint in CSharp

Map

  1. Map IPAddress object to an IPv4 address in CSharp
  2. Map the IPAddress object to an IPv6 address in CSharp

Parse

  1. Parse string to IP address in CSharp

Resolve

  1. Resolve a host name or IP address to an IPHostEntry instance in CSharp
  2. Resolve an IP address to an IPHostEntry instance in CSharp

Serialize

  1. Serialize endpoint information into a SocketAddress instance in CSharp




















Home »
  C# Tutorial »
    Network »




IP
Web Client