diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml index 1ce7b71904f..7abc28f4461 100644 --- a/xml/System.Net.Sockets/Socket.xml +++ b/xml/System.Net.Sockets/Socket.xml @@ -8867,7 +8867,7 @@ If you're using a connectionless , The buffer for the received data. Receives data from a connected socket. - A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, reeceive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). + A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, receive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). To be added. The has been closed. An error occurred when attempting to access the socket. @@ -8913,7 +8913,7 @@ If you're using a connectionless , A list of buffers for the received data. Receives data from a connected socket. - A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into the buffers between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, reeceive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). + A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into the buffers between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, receive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . The parameter was null. The has been closed. @@ -9054,7 +9054,7 @@ If you're using a connectionless , The buffer for the received data. A bitwise combination of SocketFlags values that will be used when receiving the data. Receives data from a connected socket. - A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, reeceive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). + A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, receive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). To be added. The has been closed. @@ -9104,7 +9104,7 @@ If you're using a connectionless , A list of buffers for the received data. A bitwise combination of SocketFlags values that will be used when receiving the data. Receives data from a connected socket. - A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, reeceive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). + A task that represents the asynchronous receive operation. The value of its property contains the total number of bytes read into between zero (0) and the number of bytes requested. The result value is zero (0) only if zero bytes were requested or if no more bytes are available because the peer socket performed a graceful shutdown. If zero bytes are requested, receive operations may complete immediately or may not complete until at least one byte is available (but without consuming any data). This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . The parameter was null.