Hi,
The TcpClient class has a Client property, this will give you the underlying
Socket object on which you can call RemoteEndPoint.
Hope this helps
--
Chris Taylor
http://dotnetjunkies.com/WebLog/chris.taylor/
"BrianG" <brian@use_sig_in_post.com> wrote in message
news:5E5A7DDE-7224-40E3-B859-(E-Mail Removed)...
> How Can I get the IPAddress of the client connecting to my server?
> I understand that it is available after using AcceptSocket, but I already
wrote everything with AcceptTCPClient.
> I just want the IPAddress for Logging purposes.
>
> Thanks,
> brian
> @
> sscsinc
> .com