Click or drag to resize

NetworkUtilsWriteSubport Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static void WriteSubport(
	Stream stream,
	int subport
)

Parameters

stream
Type: System.IOStream
The output stream to write to.
subport
Type: SystemInt32
The subport number.
See Also