The Bind methods binds the socket for the specific address
bool Bind( const Address& address );
address
The address to bind to
true on success false on failure
true
false