[This is preliminary documentation and is subject to change.]
Listen for a connection to the given network port.
| C# | Visual Basic | Visual C++ |
public bool Listen( int port )
Public Function Listen ( _ port As Integer _ ) As Boolean
public: bool Listen( int port )
- port (Int32)
- Port number to listen on for connections.
bool - true if socket listening.