Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
.gif)
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 in Visual C++ Programmer's Guide.
#include <afxinet.h>
Class Members | Base Class | Hierarchy Chart
See Also CInternetFile, CGopherLocator, CGopherFileFind, CGopherConnection