Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

SyslogBindingCollection Class

Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9147)

A collection of syslog server bindings.

Syntax
public class SyslogBindingCollection : ICollection<SyslogBinding>, IEnumerable<SyslogBinding>, IEnumerable
Inheritance
Object
SyslogBindingCollection
Implements
ICollection<SyslogBinding>
IEnumerable<SyslogBinding>
IEnumerable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

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.

In This Article
  • Properties
  • Methods
  • Explicit Interface Implementations
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies