Java.Net.HttpURLConnection.HttpUseProxy Field
Numeric status code, 305: Use proxy.

Value: 305

Syntax

[Android.Runtime.Register("HTTP_USE_PROXY")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.")]
public const HttpStatus HttpUseProxy

Remarks

Numeric status code, 305: Use proxy.

Like Firefox and Chrome, this class doesn't honor this response code. Other implementations respond to this status code by retrying the request using the HTTP proxy named by the response's Location header field.

[Android Documentation]

Requirements

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