SyslogBinding Class
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9313)
Represents a binding of a Syslog transport protocol to an endpoint.
Syntax
public class SyslogBinding
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| SyslogBinding(Int32, SyslogTransportProtocol, SyslogFraming) | Initializes new SyslogBinding instance.  | 
      
| SyslogBinding(EndPoint, SyslogTransportProtocol, SyslogFraming) | Initializes new SyslogBinding instance.  | 
      
Properties
| Name | Description | 
|---|---|
| EndPoint | Gets the endpoint.  | 
      
| Framing | Gets or sets the syslog message transfer framing for the Tcp and Tls protocols.  | 
      
| Protocol | Gets the Syslog transport protocol.  | 
      
| Trailer | Gets the trailer bytes for the NonTransparent.  | 
      
| UdpBufferSize | Gets or sets the buffer size of underlying UDP socket (zero or negative value will use 1MB buffer).  | 
      
| UdpMulticastAddress | Gets or sets the IP address of the multicast address group which the underlying UDP socket has joined.  |