Binds the specified protocol to its default port on all network interfaces.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Sub Bind ( _ module As FileServerProtocol _ ) |
| C# |
|---|
public void Bind( FileServerProtocol module ) |
Parameters
- module
- Type: Rebex.Net.Servers..::..FileServerProtocol
Module to bind.