Fazle Hadi

Fazle Hadi

  • NA
  • 8
  • 0

How to convert C# code to VB.net Code

Mar 21 2011 5:46 AM
How to convert this code to VB.net.  
ServicePointManager.ServerCertificateValidationCallback = delegate(Object obj, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors)
{
return true;
};


Answers (3)