System.Net.Sockets.LingerOption Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Net.Sockets.LingerOption class.

Public Properties

Enabledbool.

Gets or sets a value that indicates whether to linger after the System.Net.Sockets.Socket is closed.

LingerTimeint.

Gets or sets the amount of time to remain connected after calling the Socket.Close method if data remains to be sent.