Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
869a464bf4
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -150,4 +150,12 @@ Definitions of peer states for `Peer.State` property:
 
 ### Structures
 #### Address
-Contains a marshalled structure from unmanaged side with IP address (IPv4/IPV6) and port number.
+Contains a marshalled structure from the unmanaged side with host data and port number.
+
+`Address.Port` set or get a port number.
+
+`Address.SetHost` set host name or an IP address (IPv4/IPv6).
+
+`Address.GetIP` gives the printable form of the IP address.
+
+`Address.GetName` attempts to do a reverse lookup of the host.