Language

Domain(String, Boolean) Constructor

Definition

Constructor for a Domain object.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Z)V", "", ApiSince=37)]
public Domain(string hostname, bool subdomainsIncluded);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Z)V", "", ApiSince=37)>]
new Android.Security.Net.Config.Domain : string * bool -> Android.Security.Net.Config.Domain

Parameters

hostname
String

the hostname of the domain.

subdomainsIncluded
Boolean

whether subdomains are considered part of this domain.

Attributes

Applies to