Home > comp > gb.net > udpsocket > bind 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa 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 
UdpSocket.Bind (gb.net)
Sub Bind ( )

Bind a socket so the object can start sending and receiving data.

If Path is defined, then the socket is a local socket binded to it. Otherwise the socket is an internet socket binded the port specified by the Port property.

This function can be used when the Status property is zero (inactive) or lesser than zero. Otherwise, an error is raised.