Inherits System::Object.

Public Member Functions

ASPOSECPP_SHARED_API String get_Comment () const
 
ASPOSECPP_SHARED_API void set_Comment (String value)
 
ASPOSECPP_SHARED_API System::SharedPtr< Uriget_CommentUri () const
 
ASPOSECPP_SHARED_API void set_CommentUri (System::SharedPtr< Uri > value)
 
ASPOSECPP_SHARED_API bool get_HttpOnly () const
 
ASPOSECPP_SHARED_API void set_HttpOnly (bool value)
 
ASPOSECPP_SHARED_API bool get_Discard () const
 
ASPOSECPP_SHARED_API void set_Discard (bool value)
 
ASPOSECPP_SHARED_API String get_Domain () const
 
ASPOSECPP_SHARED_API void set_Domain (String value)
 
ASPOSECPP_SHARED_API bool get_DomainImplicit ()
 
ASPOSECPP_SHARED_API void set_DomainImplicit (bool value)
 
ASPOSECPP_SHARED_API bool get_Expired ()
 
ASPOSECPP_SHARED_API void set_Expired (bool value)
 
ASPOSECPP_SHARED_API DateTime get_Expires ()
 
ASPOSECPP_SHARED_API void set_Expires (DateTime value)
 
ASPOSECPP_SHARED_API String get_Name () const
 
ASPOSECPP_SHARED_API void set_Name (String value)
 
ASPOSECPP_SHARED_API String get_Path () const
 
ASPOSECPP_SHARED_API void set_Path (String value)
 
ASPOSECPP_SHARED_API bool get_Plain () const
 
ASPOSECPP_SHARED_API String get_Port () const
 
ASPOSECPP_SHARED_API void set_Port (String value)
 
ASPOSECPP_SHARED_API System::ArrayPtr< int32_t > get_PortList () const
 
ASPOSECPP_SHARED_API bool get_Secure () const
 
ASPOSECPP_SHARED_API void set_Secure (bool value)
 
ASPOSECPP_SHARED_API DateTime get_TimeStamp () const
 
ASPOSECPP_SHARED_API String get_Value () const
 
ASPOSECPP_SHARED_API void set_Value (String value)
 
ASPOSECPP_SHARED_API CookieVariant get_Variant () const
 
ASPOSECPP_SHARED_API void set_Variant (CookieVariant value)
 
ASPOSECPP_SHARED_API String get_DomainKey () const
 
ASPOSECPP_SHARED_API int32_t get_Version () const
 
ASPOSECPP_SHARED_API void set_Version (int32_t value)
 
ASPOSECPP_SHARED_API Cookie ()
 
ASPOSECPP_SHARED_API Cookie (String name, String value)
 
ASPOSECPP_SHARED_API Cookie (String name, String value, String path)
 
ASPOSECPP_SHARED_API Cookie (String name, String value, String path, String domain)
 
ASPOSECPP_SHARED_API bool InternalSetName (String value)
 
ASPOSECPP_SHARED_API System::SharedPtr< CookieClone ()
 
ASPOSECPP_SHARED_API bool VerifySetDefaults (CookieVariant variant, System::SharedPtr< Uri > uri, bool isLocalDomain, String localDomain, bool setDefault, bool shouldThrow)
 
virtual ASPOSECPP_SHARED_API bool Equals (System::SharedPtr< Object > comparand) override
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const override
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () ASPOSE_CONST override
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
ASPOSECPP_SHARED_API String ToServerString ()
 
- 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 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)
 

Public Attributes

bool IsQuotedVersion
 
bool IsQuotedDomain
 

Static Public Attributes

static ASPOSECPP_SHARED_API const int32_t MaxSupportedVersion
 
static ASPOSECPP_SHARED_API const String MaxSupportedVersionString
 
static ASPOSECPP_SHARED_API const String CommentAttributeName
 
static ASPOSECPP_SHARED_API const String CommentUrlAttributeName
 
static ASPOSECPP_SHARED_API const String DiscardAttributeName
 
static ASPOSECPP_SHARED_API const String DomainAttributeName
 
static ASPOSECPP_SHARED_API const String ExpiresAttributeName
 
static ASPOSECPP_SHARED_API const String MaxAgeAttributeName
 
static ASPOSECPP_SHARED_API const String PathAttributeName
 
static ASPOSECPP_SHARED_API const String PortAttributeName
 
static ASPOSECPP_SHARED_API const String SecureAttributeName
 
static ASPOSECPP_SHARED_API const String VersionAttributeName
 
static ASPOSECPP_SHARED_API const String HttpOnlyAttributeName
 
static ASPOSECPP_SHARED_API const String SeparatorLiteral
 
static ASPOSECPP_SHARED_API const String EqualsLiteral
 
static ASPOSECPP_SHARED_API const String QuotesLiteral
 
static ASPOSECPP_SHARED_API const String SpecialAttributeLiteral
 
static ASPOSECPP_SHARED_API System::ArrayPtr< char16_t > PortSplitDelimiters
 
static ASPOSECPP_SHARED_API System::ArrayPtr< char16_t > ReservedToName
 
static ASPOSECPP_SHARED_API System::ArrayPtr< char16_t > ReservedToValue
 

Additional Inherited Members

- 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...
 
- 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...
 

Constructor & Destructor Documentation

◆ Cookie() [1/4]

ASPOSECPP_SHARED_API System::Net::Cookie::Cookie ( )

◆ Cookie() [2/4]

ASPOSECPP_SHARED_API System::Net::Cookie::Cookie ( String  name,
String  value 
)

◆ Cookie() [3/4]

ASPOSECPP_SHARED_API System::Net::Cookie::Cookie ( String  name,
String  value,
String  path 
)

◆ Cookie() [4/4]

ASPOSECPP_SHARED_API System::Net::Cookie::Cookie ( String  name,
String  value,
String  path,
String  domain 
)

Member Function Documentation

◆ Clone()

ASPOSECPP_SHARED_API System::SharedPtr<Cookie> System::Net::Cookie::Clone ( )

◆ Equals()

virtual ASPOSECPP_SHARED_API bool System::Net::Cookie::Equals ( System::SharedPtr< Object comparand)
overridevirtual

◆ get_Comment()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Comment ( ) const

◆ get_CommentUri()

ASPOSECPP_SHARED_API System::SharedPtr<Uri> System::Net::Cookie::get_CommentUri ( ) const

◆ get_Discard()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_Discard ( ) const

◆ get_Domain()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Domain ( ) const

◆ get_DomainImplicit()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_DomainImplicit ( )

◆ get_DomainKey()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_DomainKey ( ) const

◆ get_Expired()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_Expired ( )

◆ get_Expires()

ASPOSECPP_SHARED_API DateTime System::Net::Cookie::get_Expires ( )

◆ get_HttpOnly()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_HttpOnly ( ) const

◆ get_Name()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Name ( ) const

◆ get_Path()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Path ( ) const

◆ get_Plain()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_Plain ( ) const

◆ get_Port()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Port ( ) const

◆ get_PortList()

ASPOSECPP_SHARED_API System::ArrayPtr<int32_t> System::Net::Cookie::get_PortList ( ) const

◆ get_Secure()

ASPOSECPP_SHARED_API bool System::Net::Cookie::get_Secure ( ) const

◆ get_TimeStamp()

ASPOSECPP_SHARED_API DateTime System::Net::Cookie::get_TimeStamp ( ) const

◆ get_Value()

ASPOSECPP_SHARED_API String System::Net::Cookie::get_Value ( ) const

◆ get_Variant()

ASPOSECPP_SHARED_API CookieVariant System::Net::Cookie::get_Variant ( ) const

◆ get_Version()

ASPOSECPP_SHARED_API int32_t System::Net::Cookie::get_Version ( ) const

◆ GetHashCode()

virtual ASPOSECPP_SHARED_API int32_t System::Net::Cookie::GetHashCode ( ) const
overridevirtual

Analog of C# Object.GetHashCode() method. Enables hashing of custom objects.

Returns
Hash code value as calculated by corresponding class.

Reimplemented from System::Object.

◆ InternalSetName()

ASPOSECPP_SHARED_API bool System::Net::Cookie::InternalSetName ( String  value)

◆ set_Comment()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Comment ( String  value)

◆ set_CommentUri()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_CommentUri ( System::SharedPtr< Uri value)

◆ set_Discard()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Discard ( bool  value)

◆ set_Domain()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Domain ( String  value)

◆ set_DomainImplicit()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_DomainImplicit ( bool  value)

◆ set_Expired()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Expired ( bool  value)

◆ set_Expires()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Expires ( DateTime  value)

◆ set_HttpOnly()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_HttpOnly ( bool  value)

◆ set_Name()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Name ( String  value)

◆ set_Path()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Path ( String  value)

◆ set_Port()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Port ( String  value)

◆ set_Secure()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Secure ( bool  value)

◆ set_Value()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Value ( String  value)

◆ set_Variant()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Variant ( CookieVariant  value)

◆ set_Version()

ASPOSECPP_SHARED_API void System::Net::Cookie::set_Version ( int32_t  value)

◆ ToServerString()

ASPOSECPP_SHARED_API String System::Net::Cookie::ToServerString ( )

◆ ToString()

virtual ASPOSECPP_SHARED_API String System::Net::Cookie::ToString ( )
overridevirtual

Analog of C# Object.ToString() method. Enables converting custom objects to string.

Returns
String representation as provided by final class.

Reimplemented from System::Object.

◆ VerifySetDefaults()

ASPOSECPP_SHARED_API bool System::Net::Cookie::VerifySetDefaults ( CookieVariant  variant,
System::SharedPtr< Uri uri,
bool  isLocalDomain,
String  localDomain,
bool  setDefault,
bool  shouldThrow 
)

Member Data Documentation

◆ CommentAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::CommentAttributeName
static

◆ CommentUrlAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::CommentUrlAttributeName
static

◆ DiscardAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::DiscardAttributeName
static

◆ DomainAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::DomainAttributeName
static

◆ EqualsLiteral

ASPOSECPP_SHARED_API const String System::Net::Cookie::EqualsLiteral
static

◆ ExpiresAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::ExpiresAttributeName
static

◆ HttpOnlyAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::HttpOnlyAttributeName
static

◆ IsQuotedDomain

bool System::Net::Cookie::IsQuotedDomain

◆ IsQuotedVersion

bool System::Net::Cookie::IsQuotedVersion

◆ MaxAgeAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::MaxAgeAttributeName
static

◆ MaxSupportedVersion

ASPOSECPP_SHARED_API const int32_t System::Net::Cookie::MaxSupportedVersion
static

◆ MaxSupportedVersionString

ASPOSECPP_SHARED_API const String System::Net::Cookie::MaxSupportedVersionString
static

◆ PathAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::PathAttributeName
static

◆ PortAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::PortAttributeName
static

◆ PortSplitDelimiters

ASPOSECPP_SHARED_API System::ArrayPtr<char16_t> System::Net::Cookie::PortSplitDelimiters
static

◆ QuotesLiteral

ASPOSECPP_SHARED_API const String System::Net::Cookie::QuotesLiteral
static

◆ ReservedToName

ASPOSECPP_SHARED_API System::ArrayPtr<char16_t> System::Net::Cookie::ReservedToName
static

◆ ReservedToValue

ASPOSECPP_SHARED_API System::ArrayPtr<char16_t> System::Net::Cookie::ReservedToValue
static

◆ SecureAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::SecureAttributeName
static

◆ SeparatorLiteral

ASPOSECPP_SHARED_API const String System::Net::Cookie::SeparatorLiteral
static

◆ SpecialAttributeLiteral

ASPOSECPP_SHARED_API const String System::Net::Cookie::SpecialAttributeLiteral
static

◆ VersionAttributeName

ASPOSECPP_SHARED_API const String System::Net::Cookie::VersionAttributeName
static