Udp.UdpLogger.LogTheMessage Method (String, Int32, String)

Tungsten Suite

UdpUdpLoggerLogTheMessage Method (String, Int32, String)

Log a message to the remote machine. Note that this message is slower due to parsing the remoteIP with each call

Namespace:  W.Net
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public static void LogTheMessage(
	string remoteIP,
	int remotePort,
	string message
)

Parameters

remoteIP
Type: SystemString
The IP address or name of the remote server
remotePort
Type: SystemInt32
The port of the remote Udp server
message
Type: SystemString
The log message
See Also