Home > comp > gb.net > serversocket > pause 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
ServerSocket.Pause (gb.net)
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.