Click or drag to resize

DriverPrinterConnectionRead Method

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