set_MaxCookieSize()

CookieContainer::set_MaxCookieSize(int32_t) method

Sets the maximum cookie size.

void System::Net::CookieContainer::set_MaxCookieSize(int32_t value)

Arguments

ParameterTypeDescription
valueint32_tThe value that must be set.

Remarks

A new cookie will be truncated when its size exceeds the maximum cookie size.

See Also