0 matches found, out of 293 documents
| DXSock Syslog Client |
| uses dxsock6; var client:TBPDXSock; begin $IFDEF FPC client.init; $ELSE client:=TBPDXSock.Create; $ENDIF client.isUDPMode:=True; if client.connectto('127.0.0.1',514) then client.write(paramstr(1));... |
| Created on 04-05-2010 16:02:17, has been modified 1 times, and viewed 146 times. |
