Edit

Share via


WKHttpCookieStore.DeleteCookie(NSHttpCookie, Action) Method

Definition

Deletes the specified cookie from the store and runs a completion handler when the operation is complete.

[Foundation.Export("deleteCookie:completionHandler:")]
public virtual void DeleteCookie (Foundation.NSHttpCookie cookie, Action completionHandler);
abstract member DeleteCookie : Foundation.NSHttpCookie * Action -> unit
override this.DeleteCookie : Foundation.NSHttpCookie * Action -> unit

Parameters

cookie
NSHttpCookie

The cookie to remove.

completionHandler
Action

An action to run after the operation completes.

This parameter can be null.

Attributes

Applies to