複製鏈接
請複製以下鏈接發送給好友

CGopherConnection

鎖定
CGopherConnection是Internet服務器。
外文名
CGopherConnection
類    型
Internet服務器
MFC類的CGopherConnection管理與Gopher Internet服務器的連接。Gopher服務器是由MFC WinInet類識別的三種 Internet服務器之一。CGopherConnection包含一個構造函數和三個附加成員函數,用於管理Gopher服務器:OpenFile,CreateLocator和GetAttribute。
為與一個Gopher Internet服務器相連接,必須首先建立一個CInternetSession實例,然後調用CInternetSession::GetGophConnection來構造一個CGopherConnection對象並返回一個指向它的指針。不可直接創建一個CGopherConnection對象。
#include <afxinet.h>