Mono Class Library: OverviewSystem.Net.Sockets.LingerOption: Members |
The members of System.Net.Sockets.LingerOption are listed below.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of the System.Net.Sockets.LingerOption class.
Enabled bool. 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. LingerTime int. Gets or sets the amount of time to remain connected after the Socket.Close method is called.