00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_FSHTTPCONNECTION_H__8E66E788_A627_4EC6_8570_B28876142D61__INCLUDED_) 00007 #define AFX_FSHTTPCONNECTION_H__8E66E788_A627_4EC6_8570_B28876142D61__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "fsServerConnection.h" 00014 #include "fsinet.h" 00015 00016 class fsHttpConnection : public fsInternetServerConnection 00017 { 00018 public: 00019 00020 00021 00022 00023 fsInternetResult Connect (LPCSTR pszServer, LPCSTR pszUser, LPCSTR pszPassword, INTERNET_PORT nPort = INTERNET_DEFAULT_HTTP_PORT); 00024 fsHttpConnection(); 00025 virtual ~fsHttpConnection(); 00026 }; 00027 00028 #endif
1.5.6