get_MaxCookieSize()

CookieContainer::get_MaxCookieSize() method

Gets the maximum cookie size.

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

Return Value

The maximum cookie size.

Remarks

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

See Also