in

MIT EPC Net (MENTOR)

Open Source Software for the RFID Community
All Tags » HTTPS (RSS)

Browse by Tags

  • HTTPS(SSL) Caller Class

    class Https { public string GetWebPage( string url) { // set method to handle certificates ServicePointManager .ServerCertificateValidationCallback += TrustAllCertificates; // create a WebClient instance using ( WebClient webClient = new WebClient ()) { // get web page UTF8Encoding objUTF8 = new UTF8Encoding...
    Posted to EPCIS (Weblog) by doval on 06-27-2007
Page 1 of 1 (1 items)
Auto-ID Labs MIT 2007-2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems