SyslogServer.Unbind Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9313)
Unbind()
Unbinds server from all network interfaces.
Declaration
public void Unbind()
Unbind(SyslogTransportProtocol)
Unbinds server from endpoints used by the specified protocol.
Declaration
public void Unbind(SyslogTransportProtocol protocol)
Parameters
| Type | Name | Description |
|---|---|---|
| SyslogTransportProtocol | protocol | The protocol to unbind. |
Unbind(Int32)
Unbinds server from endpoints listening on specified port.
Declaration
public void Unbind(int port)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | port | The port to unbind. |
Unbind(IPAddress)
Unbinds server from endpoints listening on specified address.
Declaration
public void Unbind(IPAddress address)
Parameters
| Type | Name | Description |
|---|---|---|
| IPAddress | address | The address to unbind. |
Unbind(IPEndPoint)
Unbinds server from the specified endpoint.
Declaration
public void Unbind(IPEndPoint endPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| IPEndPoint | endPoint | The endpoint to unbind. |
Unbind(SyslogBinding)
Unbinds server from the specified endpoint, which uses specified protocol.
Declaration
public void Unbind(SyslogBinding binding)
Parameters
| Type | Name | Description |
|---|---|---|
| SyslogBinding | binding | The binding to unbind. |