Browse Source

Update README.md

NX 6 years ago
parent
commit
7bda5c51f6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -275,6 +275,10 @@ Contains marshalled structure with host data and port number.
 
 
 `Address.Port` set or get a port number.
 `Address.Port` set or get a port number.
 
 
+`Address.GetIP()` get an IP address.
+
+`Address.SetIP(string ip)` set an IP address.
+
 `Address.GetHost()` attempts to do a reverse lookup from the address. Returns a string with a resolved name or an IP address.
 `Address.GetHost()` attempts to do a reverse lookup from the address. Returns a string with a resolved name or an IP address.
 
 
 `Address.SetHost(string hostName)` set host name or an IP address (IPv4/IPv6). Should be used for binding to a network interface or for connection to a foreign host. Returns true on success or false on failure.
 `Address.SetHost(string hostName)` set host name or an IP address (IPv4/IPv6). Should be used for binding to a network interface or for connection to a foreign host. Returns true on success or false on failure.