C# Class TestApp.SyslogServer

Mostrar archivo Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

Method Description
Start ( string>.Action receivedStringAction, Action exceptionAction ) : void
Stop ( ) : void
SyslogServer ( IPEndPoint udpEndPoint, IPEndPoint tcpEndPoint ) : System

Method Details

Start() public method

public Start ( string>.Action receivedStringAction, Action exceptionAction ) : void
receivedStringAction string>.Action
exceptionAction Action
return void

Stop() public method

public Stop ( ) : void
return void

SyslogServer() public method

public SyslogServer ( IPEndPoint udpEndPoint, IPEndPoint tcpEndPoint ) : System
udpEndPoint System.Net.IPEndPoint
tcpEndPoint System.Net.IPEndPoint
return System