Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
How to convert C# code to VB.net Code
Fazle Hadi
13y
4.9k
1
Reply
How to convert this code to VB.net.
ServicePointManager.ServerCertificateValidationCallback = delegate(Object obj, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors)
{
return true;
};
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
VB.NET String Array
Problem with Regular Expressions