Click here to Skip to main content
15,922,155 members

Comments by Diptyajit Dey (Top 2 by date)

Diptyajit Dey 12-Apr-17 1:43am View    
Hi, I saw you exp but problem is i am using post method to collect(get data). I am not using any get method in the web api. I am always using post method for get data. please help me how to using post method to get the Data.
Diptyajit Dey 12-Apr-17 1:39am View    
Hi Thanks,
i am using post method to get the data. when i am using var response = client.GetAsync("posts/1").Result;
that time if (response.IsSuccessStatusCode) return false. So i am not able to get the value. please help me..