Mono Class Library: Overview

System.Net.Sockets.LingerOption: Members

The members of System.Net.Sockets.LingerOption are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Net.Sockets.LingerOption class.

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.