LumiSoft Mail Server User API
ReadByte Method
Namespaces > LumiSoft.Net > SocketEx > ReadByte()
Reads byte from socket. Returns readed byte or -1 if socket is shutdown and tehre is no more data available.
Syntax
C#Visual BasicManaged C++
public int ReadByte ()
Public Function ReadByte As Integer
public:
int ReadByte ()
Return Value
Returns readed byte or -1 if socket is shutdown and tehre is no more data available.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)