TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pankaj baviskar
1.6k
146
2.4k
How to Unzip Data On Client Side ?
Feb 5 2021 11:03 AM
How to Unzip Data On Client Side ? And Data After getting Successful Response on Client Side!
var postTask = client.GetAsync(client.BaseAddress);
postTask.Wait();
var result = postTask.Result;
if (result.IsSuccessStatusCode)
{
var readTask = result.Content.ReadAsByteArrayAsync();
readTask.Wait();
thist Result is ZIP result in Byte[] i Want Unzip This Result List .
Reply
Answers (
4
)
asp.net core show sublist if data exists
ASP .NET Core Model validation through services and with >1 parameter