Home > comp > gb.net > serversocket > pause 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
ServerSocket.Pause (gb.net)
Syntax
SUB Pause ( )
Use this method to keep all existing connections alive, but do not accept more until you use the Resume method.

You can use this method even if socket is not listening, so when it starts listening, it will refuse all incoming connections until you call to Resume() method.