OpenSSL.Core.BIO.BIO C# (CSharp) Method

BIO() private method

private BIO ( IntPtr ptr, bool owner ) : System
ptr System.IntPtr
owner bool
return System
		internal BIO(IntPtr ptr, bool owner) : base(ptr, owner) { }

Same methods

BIO::BIO ( byte buf ) : System
BIO::BIO ( string str ) : System