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