BasicClientCookie.SetDomain(String) Method

Definition

Sets the domain to which this cookie is scoped.

public void SetDomain(string domain);
abstract member SetDomain : string -> unit
override this.SetDomain : string -> unit

Parameters

domain
String

The domain value to assign to the cookie.

Implements

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