LocalIP
Description
Returns the local host IP address associated with the specified socket handle
Good to know: Note that since a local host can have multiple IPs, this method tell you which IP the connection is using.
Remarks
Use this method to determine which IP address a connection is bound to.
Prototype
CHAR* LocalIP(long SocketHandle)
Last updated