首页 技术 正文
技术 2022年11月21日
0 收藏 620 点赞 4,128 浏览 1551 个字

原文:https://msdn.microsoft.com/zh-cn/library/windows/desktop/aa384273(v=vs.85).aspx

Purpose (目的)

Microsoft Windows HTTP Services (WinHTTP) provides developers with an HTTP client application programming interface (API) to send requests through the HTTP protocol to other HTTP servers.

WinHTTP 提供了开发 HTTP 客户端应用程序的接口(API),用户可以能过这些API 以 HTTP 协议访问 HTTP 服务。

Where applicable 适用场景

WinHTTP supports desktop client applications, Windows services, and Windows server-based applications.

WinHTTP 支持桌面应用,Windows 服务和基于服务器的应用程序。

For more information on how to use WinHTTP for applications built on the Microsoft .NET Framework, see the WinHttpHandler API

在 .NET 中怎样使用 WinHTTP 构建应用程序方法请参考 WinHttpHandler API 。

Developer audience

WinHTTP offers both a C/C++ application programming interface (API) and a Component Object Model (COM) automation component suitable for use in Active Server Pages (ASP) based applications.

WinHTTP 为 ASP 应用程序提供了 C/C++ API 和 COM 两种技术。

A basic understanding of the HTTP protocol is important to use either interface.

在使用这二种接口时,对 HTTP 协议需要有一定的了解。

Run-time requirements 运行时要求

WinHTTP 5.1 offers improvements over version 5.0. It is included in the operating system. For more information about new features, see What’s New in WinHTTP 5.1 and What’s New in Windows Server 2008 and Windows Vista.

WinHTTP 5.1 相对于 5.0 版本有一定的改进,它包含在操作系统中。关于它的更多的新的特性,请查看 WinHTTP 5.1(https://msdn.microsoft.com/zh-cn/library/windows/desktop/aa384086(v=vs.85).aspx)。

其它内容

About WinHTTP https://msdn.microsoft.com/zh-cn/library/windows/desktop/aa382925(v=vs.85).aspx

Using WinHTTP https://msdn.microsoft.com/zh-cn/library/windows/desktop/aa384081(v=vs.85).aspx

WinHTTP Reference https://msdn.microsoft.com/zh-cn/library/windows/desktop/aa384263(v=vs.85).aspx

上一篇: java反射
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,999
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,511
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,357
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,140
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,770
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,848