示例#1
0
 internal static extern int SslRead(libssl.SafeSslHandle ssl, byte[] buf, int num);
示例#2
0
 internal static unsafe extern int SslWrite(libssl.SafeSslHandle ssl, byte *buf, int num);