Skip to content

Commit ccf9616

Browse files
committed
Port undocumented WebSocket APIs
1 parent a2b27b0 commit ccf9616

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

xml/System.Net.WebSockets/ClientWebSocketOptions.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,10 @@
463463
<ReturnType>System.TimeSpan</ReturnType>
464464
</ReturnValue>
465465
<Docs>
466-
<summary>To be added.</summary>
466+
<summary>
467+
<para>The timeout to use when waiting for the peer's PONG in response to us sending a PING; or <see cref="F:System.TimeSpan.Zero" /> or <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable waiting for peer's response, and use an unsolicited PONG as a Keep-Alive heartbeat instead.</para>
468+
<para>The default is <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</para>
469+
</summary>
467470
<value>To be added.</value>
468471
<remarks>To be added.</remarks>
469472
</Docs>

xml/System.Net.WebSockets/WebSocketCreationOptions.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@
141141
<ReturnType>System.TimeSpan</ReturnType>
142142
</ReturnValue>
143143
<Docs>
144-
<summary>To be added.</summary>
144+
<summary>
145+
<para>The timeout to use when waiting for the peer's PONG in response to us sending a PING; or <see cref="F:System.TimeSpan.Zero" /> or <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable waiting for peer's response, and use an unsolicited PONG as a Keep-Alive heartbeat instead.</para>
146+
<para>The default is <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</para>
147+
</summary>
145148
<value>To be added.</value>
146149
<remarks>To be added.</remarks>
147150
</Docs>

0 commit comments

Comments
 (0)