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
anushka thialkarathne
NA
15
0
closing the clientconnection
Jun 17 2007 3:49 AM
hey al c# experts. im developing a client server application. when a client is connected to the server server detects it & perform some operation. here, i want to disconnect the client connection by the server side after the operation automatically. im using multi threading asymetric communication techniqe to handle multiple clients. what is the correct procedure to disconnect the client by the server's end? to disconnect a client , can i use
the_sockpack.currentSocket.close();
when im using it, an error is given at waitfordata() function. it says that " cant access disposed objects ".
thank you
Reply
Answers (
3
)
multithreading and printing
How to suspend current windows thread in C#