TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
aadasd asdasda
NA
3
0
Need some help in socket programming
Jan 9 2010 1:27 PM
I'm trying to write a simple multiplayer game
IPEndPoint
IPEP =
new
IPEndPoint
(
IPAddress
.Any, 4001);
Sunucu =
new
Socket
(
AddressFamily
.InterNetwork,
SocketType
.Stream,
ProtocolType
.Tcp);
Sunucu.Bind(ipE);
Sunucu.Listen(5);
Socket
Musterisoketi =
Sunucu.Accept();
I create server with these codes, use Musterisoketi.Receive(bytedata) code. This code works and receives data from client but Musterisoketi.Send(bytedata) does not works. I can receive data from client but can not send data from server. How can i solve this problem? If you have some applications that using similiar codes can you send it to me for inspiring?
Reply
Answers (
2
)
onmouse over gridview hilight
Read XML document Like LN1, FN1, L1, P1 HELP!!!!!!!!!!