System::Net::CookieCollection Member List

This is the complete list of members for System::Net::CookieCollection, including all inherited members.

Add(const System::SharedPtr< Cookie > &cookie) overrideSystem::Net::CookieCollectionvirtual
Add(System::SharedPtr< CookieCollection > cookies)System::Net::CookieCollection
begin()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
begin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
cbegin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
cend() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
Clear() overrideSystem::Net::CookieCollectionvirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
Contains(const System::SharedPtr< Cookie > &cookie) const overrideSystem::Net::CookieCollectionvirtual
CookieCollection()System::Net::CookieCollection
ICollection< System::SharedPtr< System::Net::Cookie > >::CopyTo(System::ArrayPtr< System::SharedPtr< System::Net::Cookie > > array, int arrayIndex)=0System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >pure virtual
end()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
end() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Count() const overrideSystem::Net::CookieCollectionvirtual
get_IsOtherVersionSeen()System::Net::CookieCollection
get_IsReadOnly() constSystem::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inlinevirtual
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Net::CookieCollectionvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inline
idx_get(int32_t index)System::Net::CookieCollection
idx_get(String name)System::Net::CookieCollection
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
IndexOf(System::SharedPtr< Cookie > cookie)System::Net::CookieCollection
InternalAdd(System::SharedPtr< Cookie > cookie, bool isStrict)System::Net::CookieCollection
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_All(std::function< bool(System::SharedPtr< System::Net::Cookie >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Any()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Any(std::function< bool(System::SharedPtr< System::Net::Cookie >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Concat(SharedPtr< IEnumerable< System::SharedPtr< System::Net::Cookie > >> sequence)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Contains(System::SharedPtr< System::Net::Cookie > value)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Count()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Count(const Func< System::SharedPtr< System::Net::Cookie >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_First()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_First(const Func< System::SharedPtr< System::Net::Cookie >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_FirstOrDefault(std::function< bool(System::SharedPtr< System::Net::Cookie >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_GroupBy(System::Func< System::SharedPtr< System::Net::Cookie >, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Last()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OrderBy(const Func< System::SharedPtr< System::Net::Cookie >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OrderByDescending(const Func< System::SharedPtr< System::Net::Cookie >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Select(const Func< System::SharedPtr< System::Net::Cookie >, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Select(const Func< System::SharedPtr< System::Net::Cookie >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_SelectMany(const Func< System::SharedPtr< System::Net::Cookie >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
LINQ_Where(std::function< bool(System::SharedPtr< System::Net::Cookie >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inline
IEnumerable< System::SharedPtr< System::Net::Cookie > >::operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(const System::SharedPtr< Cookie > &cookie) overrideSystem::Net::CookieCollectionvirtual
RemoveAt(int32_t idx)System::Net::CookieCollection
RemovedSharedRefs(int count)System::Objectinline
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
Stamp enum nameSystem::Net::CookieCollection
TimeStamp(CookieCollection::Stamp how)System::Net::CookieCollection
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >
virtualizeBeginConstIterator() const overrideSystem::Net::CookieCollectionvirtual
virtualizeBeginIterator() overrideSystem::Net::CookieCollectionvirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >
virtualizeEndConstIterator() const overrideSystem::Net::CookieCollectionvirtual
virtualizeEndIterator() overrideSystem::Net::CookieCollectionvirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< System::SharedPtr< System::Net::Cookie > >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< System::SharedPtr< System::Net::Cookie > >inlineprotected
~Object()System::Objectvirtual