Domain(String, Boolean) Constructor
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.
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