System::Net::CookieCollection Class Reference

Inherits System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >.

Public Types

enum  Stamp { Stamp::Check = 0, Stamp::Set = 1, Stamp::SetToUnused = 2, Stamp::SetToMaxUsed = 3 }
 
- Public Types inherited from System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >
typedef System::SharedPtr< System::Net::CookieValueType
 Value type name. More...
 
typedef ICollection< System::SharedPtr< System::Net::Cookie > > ThisType
 Collection type name. More...
 
- Public Types inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
typedef IEnumerator< System::SharedPtr< System::Net::Cookie > > IEnumeratorType
 Enumerator type. More...
 
- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
typedef System::Details::SharedMembersType shared_members_type
 structure to keep list of shared pointers contained in object. More...
 

Public Member Functions

ASPOSECPP_SHARED_API int32_t get_Count () const override
 
ASPOSECPP_SHARED_API bool get_IsOtherVersionSeen ()
 
ASPOSECPP_SHARED_API CookieCollection ()
 
ASPOSECPP_SHARED_API System::SharedPtr< Cookieidx_get (int32_t index)
 
ASPOSECPP_SHARED_API System::SharedPtr< Cookieidx_get (String name)
 
ASPOSECPP_SHARED_API void Add (const System::SharedPtr< Cookie > &cookie) override
 
ASPOSECPP_SHARED_API bool Remove (const System::SharedPtr< Cookie > &cookie) override
 
ASPOSECPP_SHARED_API bool Contains (const System::SharedPtr< Cookie > &cookie) const override
 
ASPOSECPP_SHARED_API void Clear () override
 Deletes all elements from collection. More...
 
ASPOSECPP_SHARED_API void Add (System::SharedPtr< CookieCollection > cookies)
 
ASPOSECPP_SHARED_API DateTime TimeStamp (CookieCollection::Stamp how)
 
ASPOSECPP_SHARED_API int32_t InternalAdd (System::SharedPtr< Cookie > cookie, bool isStrict)
 
ASPOSECPP_SHARED_API int32_t IndexOf (System::SharedPtr< Cookie > cookie)
 
ASPOSECPP_SHARED_API void RemoveAt (int32_t idx)
 
ASPOSECPP_SHARED_API System::SharedPtr< Collections::Generic::IEnumerator< System::SharedPtr< Cookie > > > GetEnumerator () override
 
- Public Member Functions inherited from System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >
virtual bool get_IsReadOnly () const
 
virtual void CopyTo (System::ArrayPtr< System::SharedPtr< System::Net::Cookie > > array, int arrayIndex)=0
 
ICollectionoperator= (ICollection &&)
 
ICollectionoperator= (const ICollection &)
 
 ICollection ()
 Default constructor. More...
 
 ICollection (const ICollection &)
 Copy constructor. More...
 
 ICollection (ICollection &&)
 Move constructor. More...
 
virtual ~ICollection ()
 Destructor. More...
 
- Public Member Functions inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
System::SharedPtr< System::Net::CookieLINQ_ElementAt (int index)
 
System::SharedPtr< System::Net::CookieLINQ_First ()
 
System::SharedPtr< Collections::Generic::List< System::SharedPtr< System::Net::Cookie > > > LINQ_ToList ()
 
int LINQ_Count ()
 
System::ArrayPtr< System::SharedPtr< System::Net::Cookie > > LINQ_ToArray ()
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared refernce counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () ASPOSE_CONST
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (unsigned int argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Additional Inherited Members

- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Impleemnts C# typeof(System.Object) construct. More...
 
- Protected Member Functions inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
 ~IEnumerable () override
 Destructor. More...
 

Member Enumeration Documentation

◆ Stamp

Enumerator
Check 
Set 
SetToUnused 
SetToMaxUsed 

Constructor & Destructor Documentation

◆ CookieCollection()

ASPOSECPP_SHARED_API System::Net::CookieCollection::CookieCollection ( )

Member Function Documentation

◆ Add() [1/2]

ASPOSECPP_SHARED_API void System::Net::CookieCollection::Add ( const System::SharedPtr< Cookie > &  item)
overridevirtual

Adds element into collection.

Parameters
itemto add.

Implements System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >.

◆ Add() [2/2]

ASPOSECPP_SHARED_API void System::Net::CookieCollection::Add ( System::SharedPtr< CookieCollection cookies)

◆ Clear()

ASPOSECPP_SHARED_API void System::Net::CookieCollection::Clear ( )
overridevirtual

◆ Contains()

ASPOSECPP_SHARED_API bool System::Net::CookieCollection::Contains ( const System::SharedPtr< Cookie > &  item) const
overridevirtual

Checks if element is present in collection.

Parameters
itemItem to look for.
Returns
True if element is present, false otherwise.

Implements System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >.

◆ get_Count()

ASPOSECPP_SHARED_API int32_t System::Net::CookieCollection::get_Count ( ) const
overridevirtual

Gets number of elements in collection.

Returns
Number of elements.

Implements System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >.

◆ get_IsOtherVersionSeen()

ASPOSECPP_SHARED_API bool System::Net::CookieCollection::get_IsOtherVersionSeen ( )

◆ GetEnumerator()

ASPOSECPP_SHARED_API System::SharedPtr<Collections::Generic::IEnumerator<System::SharedPtr<Cookie> > > System::Net::CookieCollection::GetEnumerator ( )
overridevirtual

Gets enumerator.

Returns
Pointer to newly created enumerator object which can be used to iterate through interfaced object.

Implements System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >.

◆ idx_get() [1/2]

ASPOSECPP_SHARED_API System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get ( int32_t  index)

◆ idx_get() [2/2]

ASPOSECPP_SHARED_API System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get ( String  name)

◆ IndexOf()

ASPOSECPP_SHARED_API int32_t System::Net::CookieCollection::IndexOf ( System::SharedPtr< Cookie cookie)

◆ InternalAdd()

ASPOSECPP_SHARED_API int32_t System::Net::CookieCollection::InternalAdd ( System::SharedPtr< Cookie cookie,
bool  isStrict 
)

◆ Remove()

ASPOSECPP_SHARED_API bool System::Net::CookieCollection::Remove ( const System::SharedPtr< Cookie > &  item)
overridevirtual

Deletes element from collection.

Parameters
itemItem to remove.
Returns
True if element was found and removed, false otherwise.

Implements System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >.

◆ RemoveAt()

ASPOSECPP_SHARED_API void System::Net::CookieCollection::RemoveAt ( int32_t  idx)

◆ TimeStamp()

ASPOSECPP_SHARED_API DateTime System::Net::CookieCollection::TimeStamp ( CookieCollection::Stamp  how)