-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners
Description
Type of issue
Typo
Description
Method Read(Byte[], Int32, Int32)
is declared as:
public override int Read (byte[] buffer, int offset, int count);
However, in the following documentation, reference is made to parameter size
. This should instead be count
.
Instances where the wrong parameter name is being used:
- size is less than 0.
- size is greater than the length of buffer minus offset.
- The Read operation reads as much data as is available, up to the number of bytes specified by the size parameter.
Page URL
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Net.Sockets/NetworkStream.xml
Document Version Independent Id
b40c2ef4-b8a0-8de3-e71d-baf1aaae541b
Article author
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners