diff --git a/xml/System.Net.Sockets/NetworkStream.xml b/xml/System.Net.Sockets/NetworkStream.xml index 4323270979b..0eeeedcf50c 100644 --- a/xml/System.Net.Sockets/NetworkStream.xml +++ b/xml/System.Net.Sockets/NetworkStream.xml @@ -1562,8 +1562,7 @@ There is a failure reading from the network. ## Examples - The following code example uses to determine if data is available to be read. If data is available, it reads from the . - + The following code example reads data from the into a buffer. If data is available, it continues reading until the end of the stream is reached, appending the received data to a . :::code language="csharp" source="~/snippets/csharp/System.Net.Sockets/NetworkStream/Overview/source.cs" id="Snippet4"::: ]]>