System::Net::Sockets::LingerOption::set_Enabled method

LingerOption::set_Enabled method

Sets a value that indicates if the socket will delay closing in an attempt to send all pending data.

void System::Net::Sockets::LingerOption::set_Enabled(bool value)
ParameterTypeDescription
valueboolA value that must be set.

See Also