Essential WinInet
            
暫譯: Essential WinInet 基礎知識
        
        Aaron Skonnard
- 出版商: Addison Wesley
- 出版日期: 1999-01-01
- 售價: $2,060
- 貴賓價: 9.5 折 $1,957
- 語言: 英文
- 頁數: 528
- 裝訂: Paperback
- ISBN: 0201379368
- ISBN-13: 9780201379365
已絕版
買這商品的人也買了...
- 
                
                   Database System Concepts, 4/e Database System Concepts, 4/e$800$784
- 
                
                   新觀念的 Visual Basic.Net 教本 新觀念的 Visual Basic.Net 教本$520$442
- 
                
                   SQL 語法查詢百科 (SQL Fundamentals, 2/e) SQL 語法查詢百科 (SQL Fundamentals, 2/e)$720$569
- 
                
                   Writing Secure Code, 2/e (Paperback) Writing Secure Code, 2/e (Paperback)$1,900$1,805
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   Java 完美經典優質學習篇 Java 完美經典優質學習篇$750$638
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   進階專案管理立即上手 (Managing Multiple Project) 進階專案管理立即上手 (Managing Multiple Project)$280$266
- 
                
                   重構─改善既有程式的設計 重構─改善既有程式的設計$720$569
- 
                
                   鳥哥的 Linux 私房菜-伺服器架設篇 鳥哥的 Linux 私房菜-伺服器架設篇$750$638
- 
                
                   Tomcat 技術手冊 (Tomcat: The Definitive Guide) Tomcat 技術手冊 (Tomcat: The Definitive Guide)$720$569
- 
                
                   資訊安全 資訊安全$540$427
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   Linux 防火牆:iptables Linux 防火牆:iptables$450$356
- 
                
                   JSP 動態網頁入門實務 JSP 動態網頁入門實務$720$569
- 
                
                   osCommerce 購物網站架設實戰 osCommerce 購物網站架設實戰$550$468
- 
                
                   Web 配色事典﹝活用網頁安全色﹞ Web 配色事典﹝活用網頁安全色﹞$390$304
- 
                
                   Dreamweaver MX 2004 魔法書中文版 Dreamweaver MX 2004 魔法書中文版$490$417
- 
                
                   創新者的解答 創新者的解答$400$340
- 
                
                   Borland JBuilder X 實用技術手冊 Borland JBuilder X 實用技術手冊$650$514
- 
                
                   SQL Server 效能調校聖經 SQL Server 效能調校聖經$720$612
- 
                
                   Eclipse 實作手冊─活用 Java 整合開發環境 (Eclipse in Action: A Guide for the Java Developer) Eclipse 實作手冊─活用 Java 整合開發環境 (Eclipse in Action: A Guide for the Java Developer)$450$351
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   Head First Servlets & JSP Head First Servlets & JSP$1,940$1,843
- 
                
                   領導的 24 堂必修課 (Rules & Tools for Leaders) 領導的 24 堂必修課 (Rules & Tools for Leaders)$330$281
商品描述
Table Of Contents
 Preface. 
Organization. 
Tips. 
Web Site. 
Acknowledgments. 
I. WININET BASICS.
1. WinInet Basics.
Prerequisites.
Book Overview by Chapter.
Internet Overview.
Developing Internet Applications.
Clients.
Server Components.
Introducing WinInet.
What Can You Do with WinInet?
HTTP, FTP, and Gopher.
Dependencies.
Redistributing WinInet.
Programming with WinInet.
Windows CE.
Documentation and Samples.
Samples.
Advantages of WinInet over Winsock.
Built-in Caching.
Easy Connections.
Security.
Advantages of Winsock over WinInet.
Your First WinInet Program.
2. WinInet General Functions. 
HINTERNET Handles.
WinInet General Functions.
InternetOpen.
The Next Step.
InternetConnect.
InternetSetStatusCallback.
InternetCloseHandle.
General Internet Function Summary.
Internet File Functions.
InternetWriteFile.
InternetFindNextFile.
InternetSetFilePointer.
Reading Files without the Content-Length Header.
Locking File Resources.
Internet Option Functions.
Internet Time Functions.
Other Internet Helper Functions.
InternetErrorDlg.
InternetGetLastResponseInfo.
3. Handling URLs. 
InternetOpenUrl.
Using SSL with InternetOpenUrl.
Helper Functions.
InternetCombineUrl.
InternetCrackUrl.
InternetCreateUrl.
InternetOpenUrl Sample Program (InetURL).
HTTPS Example.
FTP Example.
Gopher Example.
II. WININET PROTOCOL-SPECIFIC FUNCTIONS.
4. HTTP Functions. 
The HTTP Request.
The HTTP Response.
Using Telnet to Test HTTP.
A Complete HTTP Transaction.
HTTP Protocol Summary.
WinInet HTTP Functions.
HTTP Functions Overview.
HttpOpenRequest.
HttpAddRequestHeaders.
HttpSendRequest.
HttpQueryInfo.
InternetErrorDlg.
HTTP Authentication Techniques.
Using SSL with HTTP.
Web Page Retrieval Example.
5. FTP Functions. 
FTP Commands.
FTP Replies.
Minimum Implementation.
A Typical FTP Scenario.
Using Telnet to Test FTP.
FTP Protocol Summary.
WinInet FTP Functions.
FTP Functions Overview.
Sample FTP Client.
FTP Function Descriptions.
6. Gopher Functions. 
Gopher Response Items.
Gopher Selector String.
Using Telnet to Test Gopher.
Gopher Protocol Summary.
Gopher+.
WinInet Gopher Functions.
Gopher Functions Overview.
Sample Gopher Application.
Function Descriptions.
III. MFC AND VISUAL BASIC.
7. WinInet MFC Internet Classes. 
WinInet MFC Classes.
CInternetSession.
CInternetFile.
CInternetConnection.
HTTP Classes.
FTP Classes.
Gopher Classes.
CInternetException.
Global MFC Internet Functions.
8. WinInet in Visual Basic. 
Microsoft Internet Transfer Control.
Methods.
Events.
Sample Application Using OpenURL.
Using WinInet Directly.
Revamped Sample Application Using InternetOpenUrl.
IV. ADVANCED WININET.
9. Asynchronous WinInet. 
WinInet's Built-in Asynchronous Support.
MyFTP: Asynchronous FTP Sample Application.
InternetStatusCallback.
INTERNET_STATUS_CALLBACK.
OnConnect.
OnDisconnect.
OnGet.
OnPut.
MyStatusCallback Implementation.
FillRemoteList.
The Rest of the Details.
10. Reusable WinInet COM Components. 
The QuoteProvider Component.
Adding Interface Methods.
Didn't We Mean IQuoteProvider?
Connection Points.
IQuoteProviderEvent.
Creating Additional IQuoteProvider Components.
The QuoteProvider Component Category.
The HTTP Component.
WinInet and Threads--A Quick Thread Tutorial.
HttpWorkerThread.
The Stock Watcher Application.
CQuoteProviderEventSink.
Refresh All.
11. Establishing a Dial-up Connection. 
WinInet Dial-up Functions.
InternetDial and InternetHangUp.
InternetGoOnline.
InternetGetConnectedState.
InternetSetDialState.
To Use or Not to Use . . . That Is the Question!.
Remote Access Service.
Begin and End a RAS Connection with RasDial and RasHangUp.
Working with Phonebook Entries.
Windows NT 4.0 RAS AutoDial.
RAS Connection Information.
V. INTERNET CLIENT/SERVER APPLICATIONS.
12. Internet Client/Server Applications with WinInet, ISAPI, and ASP. 
Server Decisions.
BugTracker: A Client/Server Bug-Tracking System.
Sample ISAPI Extension DLL.
Active Server Pages.
Generating an HTML View.
Sample WinInet Client.
Appendix A. TCP/IP Tutorial.
TCP/IP Protocol Layering.
IP.
The Physical Layer.
Appendix B. API Flags.
Appendix C. Internet Option Flags.
Appendix D. Error Messages.
Appendix E. Recommended Reading.
WinInet.
Internet Protocols.
COM and ATL.
Multithreading.
ISAPI and ASP.
Index. 0201379368T04062001
商品描述(中文翻譯)
```
目錄
 前言。 
組織。 
提示。 
網站。 
致謝。 
I. WININET 基礎。
1. WinInet 基礎。
前置條件。
書籍概述(按章節)。
網際網路概述。
開發網際網路應用程式。
客戶端。
伺服器組件。
介紹 WinInet。
你可以用 WinInet 做什麼?
HTTP、FTP 和 Gopher。
依賴性。
重新分發 WinInet。
使用 WinInet 編程。
Windows CE。
文檔和範例。
範例。
WinInet 相對於 Winsock 的優勢。
內建快取。
簡單的連接。
安全性。
Winsock 相對於 WinInet 的優勢。
你的第一個 WinInet 程式。
2. WinInet 一般函數。 
HINTERNET 句柄。
WinInet 一般函數。
InternetOpen。
下一步。
InternetConnect。
InternetSetStatusCallback。
InternetCloseHandle。
一般網際網路函數摘要。
網際網路檔案函數。
InternetWriteFile。
InternetFindNextFile。
InternetSetFilePointer。
在沒有 Content-Length 標頭的情況下讀取檔案。
鎖定檔案資源。
網際網路選項函數。
網際網路時間函數。
其他網際網路輔助函數。
InternetErrorDlg。
InternetGetLastResponseInfo。
3. 處理 URL。 
InternetOpenUrl。
在 InternetOpenUrl 中使用 SSL。
輔助函數。
InternetCombineUrl。
InternetCrackUrl。
InternetCreateUrl。
InternetOpenUrl 範例程式 (InetURL)。
HTTPS 範例。
FTP 範例。
Gopher 範例。
II. WININET 協定特定函數。
4. HTTP 函數。 
HTTP 請求。
HTTP 回應。
使用 Telnet 測試 HTTP。
完整的 HTTP 交易。
HTTP 協定摘要。
WinInet HTTP 函數。
HTTP 函數概述。
HttpOpenRequest。
HttpAddRequestHeaders。
HttpSendRequest。
HttpQueryInfo。
InternetErrorDlg。
HTTP 認證技術。
在 HTTP 中使用 SSL。
網頁檢索範例。
5. FTP 函數。 
FTP 命令。
FTP 回覆。
最小實作。
典型的 FTP 情境。
使用 Telnet 測試 FTP。
FTP 協定摘要。
WinInet FTP 函數。
FTP 函數概述。
範例 FTP 客戶端。
FTP 函數描述。
6. Gopher 函數。 
Gopher 回應項目。
Gopher 選擇字串。
使用 Telnet 測試 Gopher。
Gopher 協定摘要。
Gopher+。
WinInet Gopher 函數。
Gopher 函數概述。
範例 Gopher 應用程式。
函數描述。
III. MFC 和 Visual Basic。
7. WinInet MFC 網際網路類別。 
WinInet MFC 類別。
CInternetSession。
CInternetFile。
CInternetConnection。
HTTP 類別。
FTP 類別。
Gopher 類別。
CInternetException。
全域 MFC 網際網路函數。
8. 在 Visual Basic 中使用 WinInet。 
Microsoft Internet Transfer Control。
方法。
事件。
使用 OpenURL 的範例應用程式。
直接使用 WinInet。
使用 InternetOpenUrl 的改版範例應用程式。
IV. 進階 WinInet。
9. 非同步 WinInet。 
WinInet 的內建非同步支援。
MyFTP:非同步 FTP 範例應用程式。
InternetStatusCallback。
INTERNET_STATUS_CALLBACK。
OnConnect。
OnDisconnect。
OnGet。
OnPut。
MyStatusCallback 實作。
FillRemoteList。
其餘細節。
10. 可重用的 WinInet COM 元件。 
QuoteProvider 元件。
添加介面方法。
難道我們不是指 IQuoteProvider 嗎?
連接點。
IQuoteProviderEvent。
創建額外的 IQuoteProvider 元件。
QuoteProvider 元件類別。
HTTP 元件。
WinInet 和執行緒--快速執行緒教程。
HttpWorkerThread。
股票監視器應用程式。
CQuoteProviderEventSink。
全部刷新。
11. 建立撥號連接。 


 
     
     
     
     
     
     
    
 
     
     
     
    