removeSocketListener(forPort:)
Removes the listener object from the specfied port.
Declaration
func removeSocketListener(forPort port: UInt32)Parameters
- port:
The port number to clear. If the specified port doesn’t have a listener object, this method does nothing.