SyslogBindingCollection.GetBindings Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
GetBindings(EndPoint)
Returns a collection of bindings for the specified endpoint.
Declaration
public SyslogBindingCollection GetBindings(EndPoint endPoint)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | endPoint | Endpoint. |
Returns
Type | Description |
---|---|
SyslogBindingCollection | A collection of bindings. |
GetBindings(Int32)
Returns a collection of bindings for the specified port.
Declaration
public SyslogBindingCollection GetBindings(int port)
Parameters
Type | Name | Description |
---|---|---|
Int32 | port | Port. |
Returns
Type | Description |
---|---|
SyslogBindingCollection | A collection of bindings. |
GetBindings(IPAddress)
Returns a collection of bindings for the specified address.
Declaration
public SyslogBindingCollection GetBindings(IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
IPAddress | address | Address. |
Returns
Type | Description |
---|---|
SyslogBindingCollection | A collection of bindings. |
GetBindings(SyslogTransportProtocol)
Returns a collection of bindings for the specified module.
Declaration
public SyslogBindingCollection GetBindings(SyslogTransportProtocol protocol)
Parameters
Type | Name | Description |
---|---|---|
SyslogTransportProtocol | protocol | Server protocol. |
Returns
Type | Description |
---|---|
SyslogBindingCollection | A collection of bindings. |