System::Net::CookieCollection::Remove メソッド
CookieCollection::Remove method
指定されたクッキーをコレクションから削除します。
bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
| パラメーター | 型 | 説明 |
|---|---|---|
| クッキー | const System::SharedPtr<Cookie>& | 削除するクッキー。 |
ReturnValue
指定されたクッキーが正常に削除された場合は true、そうでない場合は false。
参照
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++