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

SetClose() public method

Calls BIO_set_close()
public SetClose ( CloseOption opt ) : void
opt CloseOption
return void
		public void SetClose(CloseOption opt)
		{
			Native.BIO_set_close(this.ptr, (int)opt);
		}