News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
how to convert this to VB.net  
by Ziwei [ziweizhou at hotmail dot com]
posted on 2004/10/12

Hi,

I was trying the smtp client, and I am not sure how to convert following to VB.Net
options.Verifier = new CertVerifyEventHandler(OnVerify);

any help will be appreciated

by Ziwei [ziweizhou at hotmail dot com]
posted on 2004/10/12

Actually, is it possible to provide some VB.Net Examples for SMTP or WebClient? I tried to convert the C# example, But I cannot get it to work right. Always getting NullObject Reference Error.

Thanks a lot

by Chris [chrwil at aent dot com]
posted on 2004/11/05

Dim cveh as CertVerifyEventHandler
options.Verifier = cveh(OnVerify)

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.