deflatestream
Do an HTTP Post in .NET (Vb) with compressed data using deflatestream
The data that I am posting from a VB.Net client is large and I want to compress. I want to do a \"POST\" and the apache server supports mod_deflate.[详细]
2022-12-20 14:57 分类:问答zip and unzip string with Deflate
I need to zip and unzip string Here is code: public static byte[] ZipStr(String str) { using (MemoryStream output = new MemoryStream())[详细]
2022-12-18 07:11 分类:问答
加载中,请稍侯......