set_Enabled()

LingerOption::set_Enabled(bool) 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)

Arguments

ParameterTypeDescription
valueboolA value that must be set.

See Also