Visual Basic 2005 網路程式設計
本書以Microsoft Visual Basic 2005討論與網路相關之應用,除了介紹網路概論、各類Socket之比較、伺服端與用戶端程式架構、通訊協定等主題之外,並介紹以下之Microsoft .NET Framework Class Library:?System.Uri?System.Net.Cookie?System.Net.HttpWebRequest ?System.Net.HttpWebResponse?System.Net.Sockets.Socket?System.Net.Sockets.TcpClient?System.Net.Sockets.TcpListener?System.Web.Mail以及以下Microsoft .NET Framework 2.0新增之Class Library:?System.Net.FtpWebRequest:處理FTP用戶端請求。?System.Net.FtpWebResponse:處理FTP伺服端回應。?System.Net.HttpListener:處理HTTP通訊協定。?System.Net.Mail:處理SMTP傳送郵件。?System.Net.Security:支援網路安全通訊。?System.Windows.Forms.WebBrowser:支援瀏覽器開發。 Chapter 1Microsoft .NET Framework 2.0與Visual Basic 2005Chapter 2 網路概論Chapter 3SocketChapter 4基本應用Chapter 5伺服端程式架構Chapter 6用戶端程式架構Chapter 7Microsoft WinSock Control控制元件Chapter 8SMTP通訊協定Chapter 9POP3通訊協定