CookieOrigin(String, Int32, String, Boolean) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;Z)V", "")]
public CookieOrigin (string? host, int port, string? path, bool secure);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;Z)V", "")>]
new Org.Apache.Http.Cookies.CookieOrigin : string * int * string * bool -> Org.Apache.Http.Cookies.CookieOrigin

Parameters

host
String
port
Int32
path
String
secure
Boolean
Attributes

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