|
207 | 207 | </Parameters>
|
208 | 208 | <Docs>
|
209 | 209 | <param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
|
210 |
| - <param name="writeMessageType">The type of messages that should be written as part of <see cref="M:Stream.WriteAsync" /> calls. Each write produces a message.</param> |
| 210 | + <param name="writeMessageType">The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param> |
211 | 211 | <param name="ownsWebSocket">
|
212 | 212 | <see langword="true" /> if disposing the <see cref="T:System.IO.Stream" /> should close the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />; otherwise, <see langword="false" />. Defaults to <see langword="false" />.</param>
|
213 | 213 | <summary>Creates a <see cref="T:System.Net.WebSockets.WebSocketStream" /> that delegates to a wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</summary>
|
|
237 | 237 | </Parameters>
|
238 | 238 | <Docs>
|
239 | 239 | <param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
|
240 |
| - <param name="writeMessageType">The type of messages that should be written as part of <see cref="M:Stream.WriteAsync" /> calls. Each write produces a message.</param> |
| 240 | + <param name="writeMessageType">The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls. Each write produces a message.</param> |
241 | 241 | <param name="closeTimeout">The amount of time that disposing the <see cref="T:System.Net.WebSockets.WebSocketStream" /> will wait for a graceful closing of the <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />'s output.</param>
|
242 | 242 | <summary>Creates a <see cref="T:System.Net.WebSockets.WebSocketStream" /> that delegates to a wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</summary>
|
243 | 243 | <returns>A new instance of <see cref="T:System.Net.WebSockets.WebSocketStream" /> that forwards reads and writes on the <see cref="T:System.IO.Stream" /> to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</returns>
|
|
293 | 293 | <Docs>
|
294 | 294 | <param name="webSocket">The wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</param>
|
295 | 295 | <param name="writeMessageType">
|
296 |
| - <para>The type of messages that should be written as part of <see cref="M:Stream.WriteAsync" /> calls.</para> |
| 296 | + <para>The type of messages that should be written as part of <see cref="M:System.IO.Stream.WriteAsync" /> calls.</para> |
297 | 297 | <para>Each write on the <see cref="T:System.IO.Stream" /> results in writing a partial message to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" />.</para>
|
298 | 298 | <para>When the <see cref="T:System.IO.Stream" /> is disposed, it will write an empty message to the underlying <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" /> to signal the end of the message.</para>
|
299 | 299 | </param>
|
|
0 commit comments