More .NET libraries
-
Rebex Total Pack
All Rebex .NET libraries together
Back to feature list...
Events
ValidatingCertificate event
The ValidatingCertificate
event is raised when connecting to a server using TLS/SSL protocol.
Use it to examine the server certificate and accept or reject it.
Tip: For sample code, see Custom certificate validation.
MessageReceived event
The MessageReceived
event is raised when a syslog message is received by the syslog server.
Use it to be process received messages.
Note: This event blocks the receiver, which means that received messages must be processed as fast as possible.
See Message processing for more information.
Back to feature list...