True when the ServerSocket is listening for incoming connections.
Example
This example checks to see that the ServerSocket is listening.
If mServerSocket.IsListening Then
MessageBox(mServerSocket.NetworkInterface.IPAddress)
Else
MessageBox("Not listening")
End If