Instance Method インスタンスメソッド

deleteCookie:

Deletes the specified cookie from the cookie storage. 指定されたクッキーをクッキーストレージから削除します。

Declaration 宣言

- (void)deleteCookie:(NSHTTPCookie *)cookie;

Parameters パラメータ

aCookie

The cookie to delete. 削除されるクッキー。

See Also 参照

Adding and Removing Cookies クッキーの追加と除去