Discuss this help topic in SecureBlackbox Forum
Binds the socket to the specified local address and port.
Declaration
Parameters
Return value
Returns 0 if binding was successful and socket error code otherwise.
In .NET, if an exception has been rised, -1 may be returned.
Description
Use this method to bind the socket to the specified local address and port. The local address is specified by ListenAddress property, and local port is specified by ListenPort.