Partager via


UrlRequest.Builder.Build Method

Definition

Creates a UrlRequest using configuration within this Builder.

[Android.Runtime.Register("build", "()Landroid/net/http/UrlRequest;", "GetBuildHandler", ApiSince=34)]
public abstract Android.Net.Http.UrlRequest Build ();
[<Android.Runtime.Register("build", "()Landroid/net/http/UrlRequest;", "GetBuildHandler", ApiSince=34)>]
abstract member Build : unit -> Android.Net.Http.UrlRequest

Returns

constructed UrlRequest using configuration within this Builder.

Attributes

Remarks

Creates a UrlRequest using configuration within this Builder. The returned UrlRequest can then be started by calling UrlRequest#start.

Java documentation for android.net.http.UrlRequest.Builder.build().

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