Home > comp > gb.net > udpsocket > peek 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
UdpSocket.Peek (gb.net)
Function Peek ( ) As String

This method is used to peek information from remote host(s).

You will receive data from remote host but it will be not erased from socket buffer, so the next time you use peek or standard read functions you will receive the same data plus new data arrived, if any.

Note that you can receive datagrams from different hosts in any moment: current remote host and IP are placed in SourceHost and SourcePort properties after you use this method.