isHttpOnly property

bool? isHttpOnly
getter/setter pair

Indicates if the cookie is a http only cookie.

NOTE: on Android it will be always null.

Implementation

bool? isHttpOnly;