rmatthew Posted May 3, 2003 Posted May 3, 2003 Is there a way to get the ip address from a TCPClient object? Quote
Hornet Posted May 4, 2003 Posted May 4, 2003 Can you tell us about more what you mean. So you have an object on your form? And you want to know the ip-address of it? If you mean this, you can set this option in your propertiesbox. I think it's named LocalPort and LocalIP. I'm not sure. It can be that the LocalIP the ip is from the computer where he is running on. :cool: Greetz, Hornet Quote
*Gurus* Derek Stone Posted May 5, 2003 *Gurus* Posted May 5, 2003 TcpClient.Client is the connection's underlying socket from which you can retrieve endpoint information. You'll need to inherit from TcpClient, since Client is a protected property. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.