English 中文(简体)
C# App与网络服务器之间的传输数据
原标题:Transferring data between C# App and Web Server
  • 时间:2011-10-09 18:28:58
  •  标签:
  • c#
  • webserver

首先,我的申请向一位网络服务器提出了简单的全球教育培训网要求。 根据服务器的答复,申请可能需要再次向同一网络服务器发出申请,该服务器的回复必须包含a栏>html代码。 问题在于:我如何压缩/淡化反应(有些是《html法典》),以减少带宽,而无需为我的C# App提供任何3个政党图书馆,以压抑受损失的数据。 我只想到底部64的编码(这并不是压缩数据),是否有更有成效的方法?

最佳回答

当地人有:http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream%28v=vs.90%29.aspx“rel=” GZip compression in .NET. 此外,您可使用,以表达这一意向。 然后,总是制定你自己的压缩计划。

问题回答

为什么不采用标准计算方法? Algorithm正在网上图书馆。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签