HttpRetryException.Location Property

Definition

Returns the value of the Location header field if the error resulted from redirection.

public virtual string? Location { [Android.Runtime.Register("getLocation", "()Ljava/lang/String;", "GetGetLocationHandler")] get; }
[<get: Android.Runtime.Register("getLocation", "()Ljava/lang/String;", "GetGetLocationHandler")>]
member this.Location : string

Property Value

String

The location string

Attributes

Remarks

Java documentation for java.net.HttpRetryException.getLocation().

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.

Applies to