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
Arya raj
NA
57
34.8k
httpclient postasync binarydata with json values
Dec 12 2019 12:18 AM
i need to pass binarydata with json values
public async Task<HttpResponseMessage> PostDocuments()
{
var client = new HttpClient();
var url = CoreCommon.GetAppSetting("DRS_API_BASE") + "v1/Documents";
HttpResponseMessage response = client.PostAsync(url, Request.Content).Result;
return response;
}
i have tried this code but getting 500 error in postman
{
"message":"For input string: \"??""A"µ"S8}\"",
"data": null
}
Reply
Answers (
1
)
How to get Values Like 1.1023
How to create Dashboard with auto search for users in DB?