Visual Basic (Declaration) | |
---|---|
Public Overrides Function Read( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NetworkStream Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim value As Integer value = instance.Read(buffer, offset, count) |
Parameters
- buffer
- Destination for all data read.
- offset
- Starting location for destination.
- count
- Maximum number of bytes to be read.
Target Platforms: Microsoft .NET Framework 2.0