BasicClientCookie.SetValue(String) Method

Definition

Sets the value carried by this cookie.

public void SetValue(string value);
abstract member SetValue : string -> unit
override this.SetValue : string -> unit

Parameters

value
String

The new value for this 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