Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic .NET
How to connect locally on server machine?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
jyoti Mahalik
New Member
Join Date:
Jan 2011
Posts:
2
#1
How to connect locally on server machine?
Jan 29 '11, 06:46 AM
How to connect locally on server machine?
Last edited by
Niheel
;
Jan 30 '11, 12:44 AM
.
Reason:
make your question understandable.
horace1
Recognized Expert
Top Contributor
Join Date:
Nov 2006
Posts:
1510
#2
Jan 29 '11, 07:05 AM
you can use the localhost host IP address 127.0.0.1, e.g. a client connecting to a server on port 9000 on the local machine
Code:
tcpClient.Connect("127.0.0.1", 9000)
or you can use localhost
Code:
tcpClient.Connect("localhost", 9000)
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment