Binds the specified protocol to the specified endpoint.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Sub Bind ( _ endPoint As IPEndPoint, _ module As FileServerProtocol _ ) |
C# |
---|
public void Bind( IPEndPoint endPoint, FileServerProtocol module ) |
Parameters
- endPoint
- Type: System.Net..::..IPEndPoint
Endpoint to which to bind the module.
- module
- Type: Rebex.Net.Servers..::..FileServerProtocol
Module to bind.