Click or drag to resize

ConnectionARead Method

Overload List
  NameDescription
Public methodRead
Reads all the available data from the connection. This call is non-blocking.
Public methodRead(Int32)
Reads maxBytesToRead of the available data from the connection.
Public methodRead(BinaryWriter)
Reads all the available data from the connection.
Public methodRead(Int32, Boolean)
Reads maxBytesToRead of the available data from the connection.
Top
See Also