Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Closes the given TcpClient object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool Close(
	TcpClient client
)

Parameters

client
Type: System.Net.Sockets..::.TcpClient
The Socket object to close.

Return Value

Returns true if the operation was successful; false otherwise.

See Also