System::Net::CookieContainer::set_MaxCookieSize method

CookieContainer::set_MaxCookieSize method

Sets the maximum cookie size.

void System::Net::CookieContainer::set_MaxCookieSize(int32_t value)
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