.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::OpenFromWeb

Opens a Zip directly from a URL. The entire contents of the Zip are downloaded and loaded into memory before returning.

  Declarations  
    [Visual Basic]
Public Function OpenFromWeb(ByVal String url) As Boolean

[C#]
public bool OpenFromWeb(string url);

[C++]
public bool OpenFromWeb(String *url);

[JScript]
public function OpenFromWeb(String url) : Boolean
 
  Parameters  
   
url
The URL of a Zip on the Web, such as "http://www.chilkatsoft.com/example.zip"
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.