Tungsten
![]() |
TcpSecureTcpLoggerLogTheMessage Method (IPEndPoint, 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

C#
public static void LogTheMessage( IPEndPoint remoteIPEndPoint, int keySize, string message )
Parameters
- remoteIPEndPoint
- Type: System.NetIPEndPoint
The IPEndPoint of the remote server - keySize
- Type: SystemInt32
The encryption key size - message
- Type: SystemString
The log message
