|
-
Oct 20th, 2003, 11:29 AM
#1
Thread Starter
Addicted Member
*** SOLVED *** very very simple sockets ( TCP Client ) question
for connecting to another computer in a workgroup by name using sockets , which one should we use >>
1 )
TCPClient.Connect("\\ServerName",6000)
or
2 )
Dim ipAddress As IPAddress = Dns.Resolve("\\ServerName"").AddressList(0)
TCPClient.Connect(ipAddress,6000)
any help will be appreciated, thanks
Last edited by persianboy; Oct 20th, 2003 at 12:44 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|