Org.Apache.Http.IHttpResponse.Locale Property
Obtains the locale of this response.

Syntax

[get: Android.Runtime.Register("getLocale", "()Ljava/util/Locale;", "GetGetLocaleHandler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setLocale", "(Ljava/util/Locale;)V", "GetSetLocale_Ljava_util_Locale_Handler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Util.Locale Locale { get; set; }

See Also

IHttpResponse.Locale
IHttpResponse.SetStatusCode(int)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Obtains the locale of this response. The locale is used to determine the reason phrase for the IHttpResponse.SetStatusCode(int). It can be changed using IHttpResponse.Locale.

Set method documentation [Android Documentation]

Changes the locale of this response. If there is a status line, it's reason phrase will be updated according to the status code and new locale.

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1