Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBind(FileServerProtocol)
Binds the specified protocol to its default port on all network interfaces.
Public methodSupported by the .NET Compact FrameworkBind(ServerModule)
Binds the specified module to its default port on all network interfaces.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkBind(Int32, FileServerProtocol)
Binds the specified protocol to the specified port on all network interfaces.
Public methodSupported by the .NET Compact FrameworkBind(IPEndPoint, FileServerProtocol)
Binds the specified protocol to the specified endpoint.
Public methodSupported by the .NET Compact FrameworkBind(Int32, ServerModule)
Binds the specified module to the specified port on all network interfaces.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkBind(IPEndPoint, ServerModule)
Binds the specified module to the specified endpoint.
(Inherited from Server.)

See Also