首页 > comp > gb.net > socket > peek 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
Socket.Peek (gb.net)
Function Peek ( ) As String

This function allows you to receive data from Socket.

It must be used only when a connection is active (Status = Net.Connected) , otherwise an error will raise.

The string will not be erased from the socket buffer, so the next time you receive data, you will receive the same string plus new data arrived to the socket, if any.