Open radu3521 opened 6 years ago
Something like this maybe?:
server.ClientConnected += (client, sender) =>
{
Console.WriteLine(sender.Client.RemoteEndPoint.ToString() + "connected";);
};
Hi, i have a quick question.How can you get the connected client IP and Port after he connected with out using the data receive function. What i am trying to say, is how can you get the ip and port of the client with out him sending a message