点击或拖拽改变大小

NetworkBaseSend 方法 (SslStream, Byte, Int32, Int32)

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

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected OperateResult Send(
	SslStream ssl,
	byte[] data,
	int offset,
	int size
)

参数

ssl
类型:System.Net.SecuritySslStream

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

data
类型:SystemByte
字节数据
offset
类型:SystemInt32
偏移的位置信息
size
类型:SystemInt32
发送的数据总数

返回值

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