Example #1
0
		public MonoBtlsSsl (MonoBtlsSslCtx ctx)
			: base (Create_internal (ctx))
		{
			printErrorsFunc = PrintErrorsCallback;
			printErrorsFuncPtr = Marshal.GetFunctionPointerForDelegate (printErrorsFunc);
		}
Example #2
0
 public MonoBtlsSsl(MonoBtlsSslCtx ctx)
     : base(Create_internal(ctx))
 {
     printErrorsFunc    = PrintErrorsCallback;
     printErrorsFuncPtr = Marshal.GetFunctionPointerForDelegate(printErrorsFunc);
 }