ConnectionARead Method | 
          
| Name | Description | |
|---|---|---|
| Read | 
            Reads all the available data from the connection. This call is non-blocking.
              | |
| Read(Int32) | 
            Reads maxBytesToRead of the available data from the connection.
              | |
| Read(BinaryWriter) | 
            Reads all the available data from the connection.
              | |
| Read(Int32, Boolean) | 
            Reads maxBytesToRead of the available data from the connection.
              |