HttpEngine.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HttpEngine.Builder(Context) |
Constructs a |
HttpEngine.Builder(IntPtr, JniHandleOwnership) |
HttpEngine.Builder(Context)
Constructs a Builder
object that facilitates creating a
HttpEngine
.
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=34)]
public Builder (Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=34)>]
new Android.Net.Http.HttpEngine.Builder : Android.Content.Context -> Android.Net.Http.HttpEngine.Builder
Parameters
- context
- Context
Android Context
, which is used by Builder
to retrieve the
application context. A reference to only the application context will be kept, so as to
avoid extending the lifetime of context
unnecessarily.
- Attributes
Remarks
Constructs a Builder
object that facilitates creating a HttpEngine
. The default configuration enables HTTP/2 and QUIC, but disables the HTTP cache.
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
HttpEngine.Builder(IntPtr, JniHandleOwnership)
protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.HttpEngine.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.HttpEngine.Builder
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership