0 votes
in Xamarin Exordium by
What is the HTTP client?

1 Answer

0 votes
by

HTTPClient helps the developers to connect with the external world through the internet using the REST-based services. HTTPClient class is used for sending the HTTP requests and receiving HTTP response from a resource, which is identified by URI. HTTPClient class present in System.Net.HTTP namespace.

...