ServerSocket.StopListening

From Xojo Documentation

Method

ServerSocket.StopListening()

Supported for all project types and targets.

Terminates listening on the ServerSocket. It does not terminate any established connections.

Example

This example terminates listening.

mServerSocket.StopListening