Linguaggio

RoutedRequest Costruttori

Definizione

Overload

Nome Descrizione
RoutedRequest(RequestWrapper, HttpRoute)

Associa un wrapper di richiesta a una route.

RoutedRequest(IntPtr, JniHandleOwnership)

RoutedRequest(RequestWrapper, HttpRoute)

Associa un wrapper di richiesta a una route.

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/RequestWrapper;Lorg/apache/http/conn/routing/HttpRoute;)V", "")]
public RoutedRequest(Org.Apache.Http.Impl.Client.RequestWrapper? req, Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/impl/client/RequestWrapper;Lorg/apache/http/conn/routing/HttpRoute;)V", "")>]
new Org.Apache.Http.Impl.Client.RoutedRequest : Org.Apache.Http.Impl.Client.RequestWrapper * Org.Apache.Http.Conn.Routing.HttpRoute -> Org.Apache.Http.Impl.Client.RoutedRequest

Parametri

route
HttpRoute
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

RoutedRequest(IntPtr, JniHandleOwnership)

protected RoutedRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Client.RoutedRequest : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Client.RoutedRequest

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a