DefaultHttpRequestFactory.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")]
public virtual 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")>]
abstract member NewHttpRequest : Org.Apache.Http.IRequestLine -> Org.Apache.Http.IHttpRequest
override this.NewHttpRequest : Org.Apache.Http.IRequestLine -> Org.Apache.Http.IHttpRequest

Parameters

requestline
IRequestLine

Returns

Implements

Attributes

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")]
public virtual 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")>]
abstract member NewHttpRequest : string * string -> Org.Apache.Http.IHttpRequest
override this.NewHttpRequest : string * string -> Org.Apache.Http.IHttpRequest

Parameters

method
String
uri
String

Returns

Implements

Attributes

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