Overload List
Name | Description | |
---|---|---|
Bind(FileServerProtocol) |
Binds the specified protocol to its default port on all network interfaces.
| |
Bind(ServerModule) |
Binds the specified module to its default port on all network interfaces.
(Inherited from Server.) | |
Bind(Int32, FileServerProtocol) |
Binds the specified protocol to the specified port on all network interfaces.
| |
Bind(IPEndPoint, FileServerProtocol) |
Binds the specified protocol to the specified endpoint.
| |
Bind(Int32, ServerModule) |
Binds the specified module to the specified port on all network interfaces.
(Inherited from Server.) | |
Bind(IPEndPoint, ServerModule) |
Binds the specified module to the specified endpoint.
(Inherited from Server.) |