Mono Class Library: OverviewSystem.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
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.