isHttpOnly property
getter/setter pair
Indicates if the cookie is a http only cookie.
Officially Supported Platforms/Implementations:
- iOS WKWebView
- macOS WKWebView
- Android WebView:
- available on Android only if WebViewFeature.GET_COOKIE_INFO feature is supported.
- Windows WebView2
Implementation
bool? isHttpOnly;