Click or drag to resize

SystemStreamProviderGetStream Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get a default unsecure stream (NetworkStream) from an established connection (TcpClient).

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Stream GetStream(
	TcpClient client
)

Parameters

client
Type: System.Net.SocketsTcpClient
A connected TcpClient, used to establish a unsecure connection.

Return Value

Type: Stream
A NetworkStream connected to the remote host.

Implements

IStreamProviderGetStream(TcpClient)
See Also