Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Write out the 8 byte multiplexed protocol header which consists of two 4-byte words: first is the protocol ID 0x05AC1E000, second is the subport number.

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

Syntax

C#
public static void WriteSubport(
	Stream stream,
	int subport
)

Parameters

stream
Type: System.IO..::..Stream
The output stream to write to.
subport
Type: System..::..Int32
The subport number.

See Also