Gets the client's address. May be either an ipv4 or ipv6, depending on the address where the server is binded to.
if(cast(InternetAddress)client.address) { writeln(client, " is ipv6"); }
See Implementation
Gets the client's address. May be either an ipv4 or ipv6, depending on the address where the server is binded to.