FileServer.Unbind Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9119)
Unbind(ServerModule)
Unbinds the specified module from all endpoints. Inherited from Server.
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. Inherited from Server.
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. Inherited from Server.
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. Inherited from Server.
Declaration
public void Unbind(int port)
Parameters
Type | Name | Description |
---|---|---|
Int32 | port | Port to unbind. |
Unbind()
Unbinds all modules. Inherited from Server.
Declaration
public void Unbind()