proxyutility.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- //////////////////////////////////////////////////////////////////////////////////////
- //
- // FileName : ProxyUtility.cpp
- // Version : 1.0
- // Creater : Linsuyi
- // Date : 2002-02-07 10:04:39
- // Comment : Download proxy utility routines header file
- //
- //////////////////////////////////////////////////////////////////////////////////////
- #ifndef _UPDATEUTILITY_H
- #define _UPDATEUTILITY_H 1
- #include "UpdatePublic.h"
- #include "DownloadFile.h"
- #include "UpdateExport.h"
- int IsCurrentUseProxy();
- int PromptProxySetting();
- int ValidateProxySetting(KPROXY_SETTING& ProxySetting);
- int SetDownloadProxy(CDownloadFile& DownloadFile, LPCTSTR lpszHostUrl);
- #endif //#ifndef _UPDATEUTILITY_H