You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.WebSockets/WebSocket.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,7 @@
644
644
<paramname="buffer">References the application buffer that is the storage location for the received data.</param>
645
645
<paramname="cancellationToken">Propagates the notification that operations should be canceled.</param>
646
646
<summary>Receives data from the <seecref="T:System.Net.WebSockets.WebSocket" /> connection asynchronously.</summary>
647
-
<returns>The task object representing the asynchronous operation. The <seecref="P:System.Threading.Tasks.Task`1.Result" /> property on the task object returns a <seecref="T:System.Byte" /> array containing the received data.</returns>
647
+
<returns>The task object representing the asynchronous operation. The <seecref="P:System.Threading.Tasks.Task`1.Result" /> property on the task object returns a <seecref="T:System.Net.WebSockets.WebSocketReceiveResult" /> object that represents the received data.</returns>
0 commit comments