出版社: Microsoft Press出版年: 2002-02-13定价: USD 59.99装帧: PaperbackISBN: 9780735615793豆瓣评分 评价人数不足 评价: 写笔记 写书评 加入购书单 分享到 推荐 喜欢读"Network Programming for Microsoft Windows , Second Edition (Pro-Develop..."的
随笔分类 - anthony jones Error Checking and Handling 摘要:#include "stdafx.h"#include <WinSock2.h>int _tmain(int argc, _TCHAR* argv[]){ WSADATA wsaData; int Ret; //加载winsock库 第二个参数 用与其加载库版本有关信息填充这个结构。版本2.2 if ((Ret = WSAStartup(MAKEWORD(2,2),&wsaData))...
《Network Programming for Microsoft Windows 2nd》是一本专门针对Windows操作系统的网络编程指南。该书由经验丰富的网络专家编写,旨在帮助读者掌握在Windows平台上进行网络编程的核心技术。 本书内容丰富,涵盖了从基础网络概念到高级网络编程技巧的各个方面。作者通过详细的解释和实例演示,使读者能够轻松理解并应用所学知识...
Network Programming Samples 观察程序设计模式 .NET Framework 中的并行编程 反射 可靠性 序列化 托管线程处理 XAML 服务 使用ASP.NET 创建的 XML Web Services 以及 XML Web Services 客户端 .NET Framework 中的安全性 ASP.NET 门户网站 Windows 窗体门户网站 .NET Compact Framework 门户网站 Windows Presentation...
Provides a simple programming interface for many of the protocols used on networks today. The WebRequest and WebResponse classes in this namespace are the basis for pluggable protocols.System.Net.Sockets Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who ...
Back to this site, it is a repository of code samples and examples for network programming using .NET framework based on the outdated version of theNetwork Programming for Microsoft Windows, 2nd Edition(here) andNetwork Programming for the Microsoft .NET Framework(this tutorial) by Anthony Jones,...
Network Application Programming Interfaces Interprocess Communication Basic Network Services Related Information in the Resource Kit For more information about SNA protocols, see "Interoperability with IBM Host Systems" in theMicrosoft®Windows®2000 Server Resource Kit Internetworking Guide....
Win32 WinNet application programming interface (API). Multiple provider router and service provider interface (SPI). Network providers (including the WinNet16 interface). Figure 29.4 shows the architecture for multiple network support. Figure 29.4 Multiple network support in Windows 98 ...
NAP also includes an application programming interface (API) set for developers and vendors to build their own components for network policy validation, ongoing compliance, and network isolation. Are there any special considerations? NAP deployments require servers that are running Windows Server 2008. ...
Overview of the Network Drivers, Windows Vista and Later technology. To develop Network Drivers, Windows Vista and Later, you need these headers: fwpstypes.h l2cmn.h ndkinfo.h For programming guidance for this technology, see: Network Drivers, Windows Vista and Later ...