BasicClientCookie.Domain Property

Definition

Gets or sets the domain to which this cookie is scoped.

public virtual string? Domain { [Android.Runtime.Register("getDomain", "()Ljava/lang/String;", "GetGetDomainHandler")] get; [Android.Runtime.Register("setDomain", "(Ljava/lang/String;)V", "GetSetDomain_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getDomain", "()Ljava/lang/String;", "GetGetDomainHandler")>]
[<set: Android.Runtime.Register("setDomain", "(Ljava/lang/String;)V", "GetSetDomain_Ljava_lang_String_Handler")>]
member this.Domain : string with get, set

Property Value

The cookie domain, or null when no domain was assigned.

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