Click or drag to resize

SocketOptionsSetKeepAlive Method

Sets if TCP keep-alive must be used

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SocketOptions SetKeepAlive(
	bool keepAlive
)

Parameters

keepAlive
Type: SystemBoolean

Return Value

Type: SocketOptions
See Also