From d44ab53610334a55c4cd067fe65681d7e89fc39a Mon Sep 17 00:00:00 2001 From: StephenCleary Date: Fri, 27 Oct 2023 16:17:24 -0400 Subject: [PATCH] Fix and clarify default value. --- xml/System.Net.Sockets/Socket.xml | 2 +- xml/System.Net.Sockets/UdpClient.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml index a6d07280d31..757f5d987c7 100644 --- a/xml/System.Net.Sockets/Socket.xml +++ b/xml/System.Net.Sockets/Socket.xml @@ -5056,7 +5056,7 @@ This method populates the instance with data ga Gets or sets a value that specifies whether the allows Internet Protocol (IP) datagrams to be fragmented. - if the doesn't allow datagram fragmentation; otherwise, . The default is . + if the doesn't allow datagram fragmentation; otherwise, . The default is , which allows datagram fragmentation. Gets or sets a value that specifies whether the allows Internet Protocol (IP) datagrams to be fragmented. - if the doesn't allow datagram fragmentation; otherwise, . The default is . + if the doesn't allow datagram fragmentation; otherwise, . The default is , which allows datagram fragmentation.