BasicClientCookie.SetPath(String) Method

Definition

Sets the request-path scope for this cookie.

public void SetPath(string path);
abstract member SetPath : string -> unit
override this.SetPath : string -> unit

Parameters

path
String

The path 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