From e71da43ffdbd14c22574d0563ff82be8d9d69b97 Mon Sep 17 00:00:00 2001 From: Randy Miller Date: Thu, 14 Oct 2021 23:13:23 -0700 Subject: [PATCH] EnableBroadcast property of Socket and UdpClient classes only allows sending broadcast packets, not sending and receiving broadcast packets. --- xml/System.Net.Sockets/Socket.xml | 4 ++-- xml/System.Net.Sockets/UdpClient.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml index 8c4c2a642b0..fc42cd42942 100644 --- a/xml/System.Net.Sockets/Socket.xml +++ b/xml/System.Net.Sockets/Socket.xml @@ -4815,9 +4815,9 @@ Duplication of the socket reference failed. System.Boolean - Gets or sets a value that specifies whether the can send or receive broadcast packets. + Gets or sets a value that specifies whether the can send broadcast packets. - if the allows broadcast packets; otherwise, . The default is . + if the allows sending broadcast packets; otherwise, . The default is . System.Boolean - Gets or sets a value that specifies whether the may send or receive broadcast packets. + Gets or sets a value that specifies whether the may send broadcast packets. - if the allows broadcast packets; otherwise, . The default is . + if the allows sending broadcast packets; otherwise, . The default is .