Server.Unbind Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9119)
Unbind(ServerModule)
Unbinds the specified module from all endpoints.
Declaration
public void Unbind(ServerModule module)
Parameters
Type | Name | Description |
---|---|---|
ServerModule | module | Module to unbind. |
Unbind(IPEndPoint)
Unbinds all modules bound to the specified endpoint.
Declaration
public void Unbind(IPEndPoint endPoint)
Parameters
Type | Name | Description |
---|---|---|
IPEndPoint | endPoint | Endpoint to unbind. |
Unbind(IPAddress)
Unbinds all modules bound to the specified address.
Declaration
public void Unbind(IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
IPAddress | address | Address to unbind. |
Unbind(Int32)
Unbinds all modules bound to the specified port.
Declaration
public void Unbind(int port)
Parameters
Type | Name | Description |
---|---|---|
Int32 | port | Port to unbind. |
Unbind()
Unbinds all modules.
Declaration
public void Unbind()