OpenSSL.Core.Native.SSL_read C# (CSharp) Method

SSL_read() private method

private SSL_read ( IntPtr ssl, byte buf, int len ) : int
ssl IntPtr
buf byte
len int
return int
        public static extern int SSL_read(IntPtr ssl, byte[] buf, int len);
Native