Hello,
I tried to test ServicePointManager hooking but it never worked.
I'm trying to set ServerCertificateValidationCallback to NULL but I cannot do that. How can I achieve that?
_fridaMonoApi.MonoApiHelper.RuntimeInvoke(setter,
/*instance=*/
NULL,
/*pArgs=*/
_fridaMonoApi.MonoApiHelper.ObjectNew(kCb)); // TODO: pArgs?
always fail