Android.Net.Http.AndroidHttpClient.NewInstance Method
Create a new HttpClient with reasonable defaults (which you can update).

Syntax

[Android.Runtime.Register("newInstance", "(Ljava/lang/String;)Landroid/net/http/AndroidHttpClient;", "")]
public static AndroidHttpClient NewInstance (string userAgent)

Parameters

userAgent
to report in your HTTP requests.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new HttpClient with reasonable defaults (which you can update).

[Android Documentation]

Requirements

Namespace: Android.Net.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8