Java.Net.HttpCookie.Portlist Property
Returns the Port attribute, usually containing comma-separated port numbers.

Syntax

[get: Android.Runtime.Register("getPortlist", "()Ljava/lang/String;", "GetGetPortlistHandler")]
[set: Android.Runtime.Register("setPortlist", "(Ljava/lang/String;)V", "GetSetPortlist_Ljava_lang_String_Handler")]
public string Portlist { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Port attribute, usually containing comma-separated port numbers. A null port indicates that the cookie may be sent to any port. The empty string indicates that the cookie should only be sent to the port of the originating request.

Set method documentation [Android Documentation]

Set the Port attribute of this cookie.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9