Sprache

DefaultRedirectHandler.GetLocationURI(IHttpResponse, IHttpContext) Methode

Definition

Ruft den Umleitungsspeicherort-URI aus der Antwort ab.

[Android.Runtime.Register("getLocationURI", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Ljava/net/URI;", "GetGetLocationURI_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")]
public virtual Java.Net.URI? GetLocationURI(Org.Apache.Http.IHttpResponse? response, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("getLocationURI", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Ljava/net/URI;", "GetGetLocationURI_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member GetLocationURI : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> Java.Net.URI
override this.GetLocationURI : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> Java.Net.URI

Parameter

response
IHttpResponse
context
IHttpContext

Gibt zurück

URI

Der aufgelöste Umleitungsspeicherort-URI.

Implementiert

Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: