Table of Contents

Interface ICookieStore

Namespace
Java.Net
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ICookieStore

Properties

Cookies

List<HttpCookie> Cookies { get; }

Property Value

List<HttpCookie>

URIs

List<URI> URIs { get; }

Property Value

List<URI>

Methods

Add(URI, HttpCookie)

void Add(URI arg0, HttpCookie arg1)

Parameters

arg0 URI

URI

arg1 HttpCookie

HttpCookie

Get(URI)

List<HttpCookie> Get(URI arg0)

Parameters

arg0 URI

URI

Returns

List<HttpCookie>

List

Remove(URI, HttpCookie)

bool Remove(URI arg0, HttpCookie arg1)

Parameters

arg0 URI

URI

arg1 HttpCookie

HttpCookie

Returns

bool

bool

RemoveAll()

bool RemoveAll()

Returns

bool

bool