Java.Net.HttpCookie.Domain Property
Returns the Domain attribute.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Domain attribute.

Set method documentation [Android Documentation]

Set the Domain attribute of this cookie. HTTP clients send cookies only to matching domains.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9