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.Sockets/Socket.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4879,9 +4879,9 @@ Duplication of the socket reference failed.</exception>
4879
4879
<ReturnType>System.Boolean</ReturnType>
4880
4880
</ReturnValue>
4881
4881
<Docs>
4882
-
<summary>Gets or sets a <see cref="T:System.Boolean" /> value that specifies whether the <see cref="T:System.Net.Sockets.Socket" /> can send or receive broadcast packets.</summary>
4882
+
<summary>Gets or sets a <see cref="T:System.Boolean" /> value that specifies whether the <see cref="T:System.Net.Sockets.Socket" /> can send broadcast packets.</summary>
4883
4883
<value>
4884
-
<see langword="true" /> if the <see cref="T:System.Net.Sockets.Socket" /> allows broadcast packets; otherwise, <see langword="false" />. The default is <see langword="false" />.</value>
4884
+
<see langword="true" /> if the <see cref="T:System.Net.Sockets.Socket" /> allows sending broadcast packets; otherwise, <see langword="false" />. The default is <see langword="false" />.</value>
Copy file name to clipboardExpand all lines: xml/System.Net.Sockets/UdpClient.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1651,9 +1651,9 @@
1651
1651
<ReturnType>System.Boolean</ReturnType>
1652
1652
</ReturnValue>
1653
1653
<Docs>
1654
-
<summary>Gets or sets a <seecref="T:System.Boolean" /> value that specifies whether the <seecref="T:System.Net.Sockets.UdpClient" /> may send or receive broadcast packets.</summary>
1654
+
<summary>Gets or sets a <seecref="T:System.Boolean" /> value that specifies whether the <seecref="T:System.Net.Sockets.UdpClient" /> may send broadcast packets.</summary>
1655
1655
<value>
1656
-
<seelangword="true" /> if the <seecref="T:System.Net.Sockets.UdpClient" /> allows broadcast packets; otherwise, <seelangword="false" />. The default is <seelangword="false" />.</value>
1656
+
<seelangword="true" /> if the <seecref="T:System.Net.Sockets.UdpClient" /> allows sending broadcast packets; otherwise, <seelangword="false" />. The default is <seelangword="false" />.</value>
0 commit comments