IHttpRequestFactory.NewHttpRequest Method

Definition

Overloads

NewHttpRequest(IRequestLine)
NewHttpRequest(String, String)

NewHttpRequest(IRequestLine)

[Android.Runtime.Register("newHttpRequest", "(Lorg/apache/http/RequestLine;)Lorg/apache/http/HttpRequest;", "GetNewHttpRequest_Lorg_apache_http_RequestLine_Handler:Org.Apache.Http.IHttpRequestFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.IHttpRequest? NewHttpRequest (Org.Apache.Http.IRequestLine? requestline);
[<Android.Runtime.Register("newHttpRequest", "(Lorg/apache/http/RequestLine;)Lorg/apache/http/HttpRequest;", "GetNewHttpRequest_Lorg_apache_http_RequestLine_Handler:Org.Apache.Http.IHttpRequestFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member NewHttpRequest : Org.Apache.Http.IRequestLine -> Org.Apache.Http.IHttpRequest

Parameters

requestline
IRequestLine

Returns

Attributes

Exceptions

Remarks

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

NewHttpRequest(String, String)

[Android.Runtime.Register("newHttpRequest", "(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/HttpRequest;", "GetNewHttpRequest_Ljava_lang_String_Ljava_lang_String_Handler:Org.Apache.Http.IHttpRequestFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.IHttpRequest? NewHttpRequest (string? method, string? uri);
[<Android.Runtime.Register("newHttpRequest", "(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/HttpRequest;", "GetNewHttpRequest_Ljava_lang_String_Ljava_lang_String_Handler:Org.Apache.Http.IHttpRequestFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member NewHttpRequest : string * string -> Org.Apache.Http.IHttpRequest

Parameters

method
String
uri
String

Returns

Attributes

Exceptions

Remarks

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