System::Net::CookieContainer::get_MaxCookieSize method

CookieContainer::get_MaxCookieSize method

Gets the maximum cookie size.

int32_t System::Net::CookieContainer::get_MaxCookieSize()

ReturnValue

The maximum cookie size.

Remarks

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

See Also