You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

Rebex Syslog Mainstream Platform

  • Brand: RebeX
  • Product Code: .NET Components
  • Availability: In Stock


Available Options



What platforms does Rebex consider "legacy"?

Legacy platforms are platforms that are no longer covered by our Standard Support but have not yet reached End of Life. Legacy Editions of Rebex components targeting these platforms are available as separate products.

What is the difference between a Legacy Edition and standard edition?



// create an instance of SyslogClient
using (var client = new SyslogClient())
{
    // connect to a syslog server
    client.Connect(hostname, port, SyslogTransportProtocol.Tcp);

    // send messages
    client.Send("Hello from Rebex Syslog client.");
    client.Send("Everything is working fine.");
    // ...
}
Syslog client and server library for .NET. Supports UDP, TCP and TLS. Compatible with third-party syslog clients and servers.

Why Rebex Syslog?

Syslog client

Send syslog messages to syslog servers.

Supports both Octet-Counting and Non-transparent framing methods (with configurable message trailer).

Syslog server

Write your own syslog server and receive syslog messages.

Implement event handlers to process messages.

Transport standards

Supports multiple syslog transport protocols:

  • UDP
  • TCP
  • TLS (over TCP)

Security

Transfer can be secured using TLS, including the latest TLS 1.3.

  • TLS 1.3
  • TLS 1.2
  • TLS 1.1
  • TLS 1.0

PC and mobile

Supports a wide range of .NET platforms.

Use it on Windows, Mac, Linux, iOS and Android.

Logging

Customizable communication logging to make debugging and tracing easier.

.NET code

  • 100% C# code.
  • Fully asynchronous code.

Documentation

Extensive documentation with C# and VB.NET code snippets and C# sample apps.

Tags: Rebex, Internet and Networking, .NET, Rebex MSG Mainstream Platfrom