Sends data to the specified computer.

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

Syntax

C#
public static void SendTo(
	string data,
	string serverOrIP,
	int remotePort
)

Parameters

data
Type: System..::.String
The data to be sent.
serverOrIP
Type: System..::.String
The computer name or IP address.
remotePort
Type: System..::.Int32
The remote port on the computer serverOrIP.

See Also