5 references to CharSetEncoding
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (5)
63new CharSetEncoding("utf-8", Encoding.UTF8), 64new CharSetEncoding("utf-16LE", Encoding.Unicode), 65new CharSetEncoding("utf-16BE", Encoding.BigEndianUnicode), 66new CharSetEncoding("utf-16", null), // Ignore. Ambiguous charSet, so autodetect. 67new CharSetEncoding(null, null), // CharSet omitted, so autodetect.