Reads a byte array from a sender.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static byte[] ReadBytes(
	out string senderHost
)

Parameters

senderHost
Type: System..::.String %
The computer name or IP address, who sent this message.

Return Value

A Byte array.

See Also