3 references to GetContentEncodingMap
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (3)
21
internal static ContentEncoding[] Soap11Content =
GetContentEncodingMap
(MessageVersion.Soap11WSAddressing10);
22
internal static ContentEncoding[] Soap12Content =
GetContentEncodingMap
(MessageVersion.Soap12WSAddressing10);
23
internal static ContentEncoding[] SoapNoneContent =
GetContentEncodingMap
(MessageVersion.None);