The MFC class CGopherFile provides the functionality to find and read files on a gopher server.
The gopher service does not allow users to write data to a gopher file because this service functions mainly as a menu-driven interface for finding information. The CGopherFile member functions Write, WriteString, and Flush are not implemented for CGopherFile. Calling these functions on a CGopherFile object, returns a CNotSupportedException.
To learn more about how CGopherFile works with the other MFC Internet classes, see the article Internet Programming with WinInet in Visual C++ Programmer's Guide.
#include <afxinet.h>
Class Members | Base Class | Hierarchy Chart
See Also CInternetFile, CGopherLocator, CGopherFileFind, CGopherConnection