c# - Xamarin Android and where to find System.Web.HttpWorkerRequest -


i have error code webexception , want error message belongs code. in windows application reference system.web , use code (and works well):

system.web.httpworkerrequest.getstatusdescription(errorcode) 

now want same thing in xamarin , android application. in assembly can find httpworkerrequest.getstatusdescription? there no system.web in xamarin documentation says system.web.httpworkerrequest.getstatusdescription() se link: https://developer.xamarin.com/api/member/system.web.httpworkerrequest.getstatusdescription/p/system.int32/


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -