Ejemplo n.º 1
0
 public override void Flush()
 {
     OpenSSL.OpenSSLCheck(OpenSSL.BIO_flush(bio) == 1, "BIO_flush");
 }