点击或拖拽改变大小

OpenSslNativeSSL_write 方法

[缺少 "M:HslCommunication.Core.Security.OpenSslNative.SSL_write(System.IntPtr,System.Byte[],System.Int32)" 的 <summary> 文档]

命名空间:  HslCommunication.Core.Security
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static int SSL_write(
	IntPtr ssl,
	byte[] buf,
	int len
)

参数

ssl
类型:SystemIntPtr

[缺少 "M:HslCommunication.Core.Security.OpenSslNative.SSL_write(System.IntPtr,System.Byte[],System.Int32)" 的 <param name="ssl"/> 文档]

buf
类型:SystemByte

[缺少 "M:HslCommunication.Core.Security.OpenSslNative.SSL_write(System.IntPtr,System.Byte[],System.Int32)" 的 <param name="buf"/> 文档]

len
类型:SystemInt32

[缺少 "M:HslCommunication.Core.Security.OpenSslNative.SSL_write(System.IntPtr,System.Byte[],System.Int32)" 的 <param name="len"/> 文档]

返回值

类型:Int32

[缺少 "M:HslCommunication.Core.Security.OpenSslNative.SSL_write(System.IntPtr,System.Byte[],System.Int32)" 的 <returns> 文档]

参见