Inherits ICollection.
Public Member Functions | |
ASPOSECPP_SHARED_API int32_t | get_Count () |
ASPOSECPP_SHARED_API | CookieCollection () |
ASPOSECPP_SHARED_API System::SharedPtr< Cookie > | idx_get (int32_t index) |
ASPOSECPP_SHARED_API System::SharedPtr< Cookie > | idx_get (String name) |
ASPOSECPP_SHARED_API void | Add (System::SharedPtr< Cookie > cookie) |
ASPOSECPP_SHARED_API void | Add (System::SharedPtr< CookieCollection > cookies) |
ASPOSECPP_SHARED_API System::Net::CookieCollection::CookieCollection | ( | ) |
ASPOSECPP_SHARED_API void System::Net::CookieCollection::Add | ( | System::SharedPtr< Cookie > | cookie | ) |
ASPOSECPP_SHARED_API void System::Net::CookieCollection::Add | ( | System::SharedPtr< CookieCollection > | cookies | ) |
ASPOSECPP_SHARED_API int32_t System::Net::CookieCollection::get_Count | ( | ) |
ASPOSECPP_SHARED_API System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get | ( | int32_t | index | ) |
ASPOSECPP_SHARED_API System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get | ( | String | name | ) |