SyslogBindingCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
A collection of syslog server bindings.
Syntax
public class SyslogBindingCollection : ICollection<SyslogBinding>, IEnumerable<SyslogBinding>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Returns the number of bindings. |
Methods
Name | Description |
---|---|
GetBindings(SyslogTransportProtocol) | Returns a collection of bindings for the specified module. |
GetBindings(Int32) | Returns a collection of bindings for the specified port. |
GetBindings(EndPoint) | Returns a collection of bindings for the specified endpoint. |
GetBindings(IPAddress) | Returns a collection of bindings for the specified address. |
GetEnumerator() | Returns an enumerator that iterates through all the bindings in the collection. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<SyslogBinding>.Add(SyslogBinding) | Adds an item to the collection. |
ICollection<SyslogBinding>.Clear() | Removes all items from the collection. |
ICollection<SyslogBinding>.Contains(SyslogBinding) | Gets a value indicating whether the collection contains the specified item. |
ICollection<SyslogBinding>.CopyTo(SyslogBinding[], Int32) | Copies the range of elements from the collection to a one-dimensional SyslogBinding array, starting at the specified index of the target array. |
ICollection<SyslogBinding>.IsReadOnly | Gets a value indicating whether the collection is read-only. |
ICollection<SyslogBinding>.Remove(SyslogBinding) | Removes the first occurrence of a specific item from the collection. |
IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the collection. |