Mono Class Library: Overview

System.Net.Sockets.LingerOption: Property Members

The properties of System.Net.Sockets.LingerOption are listed below. For a list of all members, see the LingerOption Members list.

See Also: Inherited members from System.Object

Public Properties

Enabledbool. Gets or sets a bool value indicating whether the connection remains open (lingers) for a period of time after the Socket.Close method is called.
LingerTimeint. Gets or sets the amount of time to remain connected after the Socket.Close method is called.