网站首页  词典首页

请输入您要查询的计算机术语:

 

术语 CInternetConnection::CInternetConnection
释义 CInternetConnection::CInternetConnection

CInternetConnection( CInternetSession* pSession,
                     LPCTSTR pstrServer,
                     INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER,
                     DWORD dwContext = 1
                   );

参数:
pSession指向CInternetSession对象的指针。
pstrServer指向包含服务器名的字符串的指针。
nPort标识此连接的Internet端口的数目。
dwContextCInternetConnection对象的上下文标识符。请参阅说明部分,以了解有关dwContext的更多信息。

说明:
此成员函数在一个CInternetConnection对象被创建时调用。
不能自己调用CInternetConnection,而是根据要建立的连接类型调用CInternet-Session成员函数:
·CInternetSession::GetFtpConnection
·CInternetSession::GetHttpConnection
·CInternetSession::GetGopherConnection
dwContext的缺省值由MFC从创建InternetConnection派生对象的CInternetSession对象传送到CInternetConnection派生对象。缺省设置为1;但是,你可为连接明确指定一个CInternetSession构造函数中的上下文标识符。此对象及其所做工作将与上下文ID相关联。上下文标识符返回到CInternetSession::OnStatusCallback,以提供其所标志的对象状态。请参阅 “Visual C++程序员指南”中的“使用Internet初步:WinInet”,以了解有关上下文标识符的更多信息。

请参阅:
CInternetSession, CGopherConnection, CFtpConnection, CHttpConnection
随便看

 

MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2025/1/9 4:10:06