3
Answers

How to convert C# code to VB.net Code

Fazle Hadi

Fazle Hadi

13y
5.8k
1
How to convert this code to VB.net.  
ServicePointManager.ServerCertificateValidationCallback = delegate(Object obj, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors)
{
return true;
};

Answers (3)