Language

AndroidHttpResponseMessage Class

Definition

A convenience wrapper around HttpResponseMessage returned by SendAsync(HttpRequestMessage, CancellationToken) that allows easy access to authentication data as returned by the server, if any.

public class AndroidHttpResponseMessage : System.Net.Http.HttpResponseMessage
type AndroidHttpResponseMessage = class
    inherit HttpResponseMessage
Inheritance
AndroidHttpResponseMessage

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
AndroidHttpResponseMessage()
AndroidHttpResponseMessage(URL, HttpURLConnection)

Properties

Name Description
RequestedAuthentication

Set to the same value as RequestedAuthentication.

RequestNeedsAuthorization

Set to the same value as RequestNeedsAuthorization

Methods

Name Description
Dispose(Boolean)

Applies to