Obtener ip de clientes por sockets | get clients Ip by sockets

Steven Schveighoffer schveiguy at gmail.com
Wed Jun 14 19:28:20 UTC 2023


On 6/14/23 3:11 PM, Danico wrote:
> auto clientAddress = client.peerAddress();

remoteAddress, not peerAddress:

https://dlang.org/phobos/std_socket.html#.Socket.remoteAddress

-Steve


More information about the Digitalmars-d-learn mailing list