System::Net::CookieCollection::get_IsOtherVersionSeen method

CookieCollection::get_IsOtherVersionSeen method

Returns a value that indicates if the collection contains a cookie with a version that is not equal to Cookie::MaxSupportedVersion.

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

ReturnValue

True when the collection contains a cookie with a version that is not equal to Cookie::MaxSupportedVersion, otherwise false.

See Also