home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CGopherConnection

CObject
   |
   +--CInternetConnection
         |
         +--CGopherConnection

   in AFXINET.H

class CGopherConnection
extends CInternetConnection


 
Fields inherited from class CInternetConnection
m_hConnection, m_dwContext, m_pSession, m_strServerName, m_nPort
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CGopherConnection( CInternetSession* pSession, LPCTSTR pstrServer, LPCTSTR pstrUserName = NULL, LPCTSTR pstrPassword = NULL, DWORD dwContext = 0, INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER )
          
CGopherConnection( CInternetSession* pSession, HINTERNET hConnected, LPCTSTR pstrServer, DWORD dwContext )
          
~CGopherConnection()
          
 
Method Summary
 virtual void Close()
          
 static CGopherLocator CreateLocator( LPCTSTR pstrServerName, LPCTSTR pstrDisplayString, LPCTSTR pstrSelectorString, DWORD dwGopherType, INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER )
          
 static CGopherLocator CreateLocator( LPCTSTR pstrLocator )
          
 CGopherLocator CreateLocator( LPCTSTR pstrDisplayString, LPCTSTR pstrSelectorString, DWORD dwGopherType )
          
 BOOL GetAttribute( CGopherLocator& refLocator, CString strRequestedAttributes, CString& strResult )
          
 CGopherFile* OpenFile( CGopherLocator& refLocator, DWORD dwFlags = 0, LPCTSTR pstrView = NULL, DWORD dwContext = 1 )
          
   
Methods inherited from class CInternetConnection
HINTERNET, GetContext, GetSession, GetServerName, QueryOption, QueryOption, QueryOption, SetOption, SetOption, Close
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Constructor Detail

CGopherConnection

public CGopherConnection( CInternetSession* pSession, LPCTSTR pstrServer, LPCTSTR pstrUserName = NULL, LPCTSTR pstrPassword = NULL, DWORD dwContext = 0, INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER );

CGopherConnection

public CGopherConnection( CInternetSession* pSession, HINTERNET hConnected, LPCTSTR pstrServer, DWORD dwContext );

~CGopherConnection

public ~CGopherConnection();


Method Detail

Close

public virtual void Close();

CreateLocator

public static CGopherLocator CreateLocator( LPCTSTR pstrServerName, LPCTSTR pstrDisplayString, LPCTSTR pstrSelectorString, DWORD dwGopherType, INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER );

CreateLocator

public static CGopherLocator CreateLocator( LPCTSTR pstrLocator );

CreateLocator

public CGopherLocator CreateLocator( LPCTSTR pstrDisplayString, LPCTSTR pstrSelectorString, DWORD dwGopherType );

GetAttribute

public BOOL GetAttribute( CGopherLocator& refLocator, CString strRequestedAttributes, CString& strResult );

OpenFile

public CGopherFile* OpenFile( CGopherLocator& refLocator, DWORD dwFlags = 0, LPCTSTR pstrView = NULL, DWORD dwContext = 1 );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD