Xamarin.Android.Net Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AndroidHttpResponseMessage |
A convenience wrapper around HttpResponseMessage returned by SendAsync(HttpRequestMessage, CancellationToken) that allows easy access to authentication data as returned by the server, if any. |
| AndroidMessageHandler |
A custom implementation of HttpMessageHandler which internally uses HttpURLConnection (or its HTTPS incarnation) to send HTTP requests. |
| AuthenticationData |
Contains all the information required to perform pre-authentication of HTTP requests. See AndroidMessageHandler. |
Interfaces
| Name | Description |
|---|---|
| IAndroidAuthenticationModule |
Implement this interface in order to provide support for HTTP authentication scheme not supported by AndroidMessageHandler |
Enums
| Name | Description |
|---|---|
| AuthenticationScheme |
Authentication schemes supported by AndroidMessageHandler |