Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Get a NetworkStream using a TcpClient which is connected.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
Stream GetStream(
	TcpClient client
)

Parameters

client
Type: System.Net.Sockets..::.TcpClient
A connected TcpClient.

Return Value

A Stream

See Also