|
-
July 8th, 2002, 08:35 PM
#1
Is Send() in SOcket class thread safe?
I would like to know if the Send() method in Socket class thread safe. THat mean, if two different objects happen to call mySocket.Send(..) on the same socket at the same time, will there be any problem in that?
I've read that in TCPClient, the GetStream class can be locked:
lock (myClient.getStream)
but how about in the Socket class for the Send() method?
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
|