Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkUnbind()()()()
Unbinds all modules.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkUnbind(Int32)
Unbinds all modules bound to the specified port.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkUnbind(IPAddress)
Unbinds all modules bound to the specified address.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkUnbind(IPEndPoint)
Unbinds all modules bound to the specified endpoint.
(Inherited from Server.)
Public methodSupported by the .NET Compact FrameworkUnbind(ServerModule)
Unbinds the specified module from all endpoints.
(Inherited from Server.)

See Also