NetSupportSocketSend 方法 |
名称 | 说明 | |
---|---|---|
SocketSend(SslStream, Byte) |
发送消息给套接字,直到完成的时候返回,经过测试,本方法是线程安全的。 Send a message to the socket until it returns when completed. After testing, this method is thread-safe. | |
SocketSend(Socket, Byte) |
发送消息给套接字,直到完成的时候返回,经过测试,本方法是线程安全的。 Send a message to the socket until it returns when completed. After testing, this method is thread-safe. | |
SocketSend(SslStream, Byte, Int32, Int32) |
发送消息给套接字,直到完成的时候返回,经过测试,本方法是线程安全的。 Send a message to the socket until it returns when completed. After testing, this method is thread-safe. | |
SocketSend(Socket, Byte, Int32, Int32) |
发送消息给套接字,直到完成的时候返回,经过测试,本方法是线程安全的。 Send a message to the socket until it returns when completed. After testing, this method is thread-safe. |