WKHttpCookieStore.DeleteCookie(NSHttpCookie, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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