0

我想从我的客户端应用程序(WindowsForm vb.net)读取 XML 到我的 web 服务。
我发送一个图像,所以我将它转换为一个字节()。但我也想过用 Base64String 发送它。
我想检查哪个更有效。
顺便说一句,当我在 Visual Studio 中执行 web 服务时,我看到有 XML。但我的问题是:我无法在我的 byteArray 中插入数据,所以我无法检查......
(PS:对不起我的英语)

4

2 回答 2

0

I want to check which is the more efficient.

You can watch the http frames with a tool like fiddler (http://fiddler2.com/) and compare the size of each one. Easy to select the best solution after that :).

于 2013-10-31T17:04:10.297 回答
0

谢谢Stumpy,我要试试这个。

我还找到了另一种方法:http: //msdn.microsoft.com/en-us/library/ms730064.aspx

于 2013-11-04T07:43:47.827 回答