79132677

Date: 2024-10-28 09:04:30
Score: 2.5
Natty:
Report link

It seems it is hardcoded in .NET Framework. See the following code: https://referencesource.microsoft.com/#System.Runtime.Serialization/System/Xml/XmlMtomReader.cs,1101

It is using 4096 bytes max for MTOM with XOP. Binary Encoding works fine, but is proprietary.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: der_chirurg