Share via


NSHttpCookie.IsHttpOnly Property

Definition

Whether this cookie should only be sent to HTTP servers per RFC 2965.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsHttpOnly { [Foundation.Export("isHTTPOnly")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isHTTPOnly")>]
member this.IsHttpOnly : bool

Property Value

Attributes

Applies to