Windows Phone POST client

程序名称:Windows Phone POST client

授权协议: MS-PL

操作系统: Windows Phone/Mobile

开发语言: C#

Windows Phone POST client 介绍

PostClient 是一个简单易用、线程安全的工具包,用于在 Windows Phone 7 平台上执行 HTTP POST 请求。

示例代码

Dictionary parameters = new Dictionary();
parameters.Add(“name”, “Vangos”);
parameters.Add(“age”, 23);

PostClient proxy = new PostClient(parameters);
proxy.DownloadStringCompleted += (sender, e) =>
{
if (e.Error == null)
{
//Process the result…
string data = e.Result;
}
};
proxy.DownloadStringAsync(new Uri("http://address.com/service”,
UriKind.Absolute));

Windows Phone POST client 官网

http://postclient.codeplex.com/

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。