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

Back to Zip Class Summary

Zip::Proxy

(Optional) The name of a proxy to be used with the OpenFromWeb method. Only necessary if your computer uses a proxy to access the Internet.

  Declarations  
    [Visual Basic]
Public Property Proxy As String

[C#]
public string Proxy {get; set;}

[C++]
public: __property String* get_Proxy();
public: __property void set_Proxy(String *);

[JScript]
public function get Proxy() : String;
public function set Proxy(String);
 

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