Base:
1 reference to Read
System.Net.Sockets (1)
System\Net\Sockets\NetworkStream.cs (1)
278
return
Read
(new Span<byte>(&b, 1)) == 0 ? -1 : b;