点击或拖拽改变大小

NetSupportSocketSend 方法 (SslStream, Byte)

发送消息给套接字,直到完成的时候返回,经过测试,本方法是线程安全的。
Send a message to the socket until it returns when completed. After testing, this method is thread-safe.

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult SocketSend(
	SslStream ssl,
	byte[] data
)

参数

ssl
类型:System.Net.SecuritySslStream

[缺少 "M:HslCommunication.Core.NetSupport.SocketSend(System.Net.Security.SslStream,System.Byte[])" 的 <param name="ssl"/> 文档]

data
类型:SystemByte
字节数据

返回值

类型:OperateResult
发送是否成功的结果
参见