9 references to EncodedContentType
System.ServiceModel.NetFramingBase (9)
System\ServiceModel\Channels\FramingEncoders.cs (9)
136
return new
EncodedContentType
(FramingEncodingType.BinarySession);
140
return new
EncodedContentType
(FramingEncodingType.Binary);
144
return new
EncodedContentType
(FramingEncodingType.Soap12Utf8);
148
return new
EncodedContentType
(FramingEncodingType.Soap11Utf8);
152
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16);
156
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16);
160
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16FFFE);
164
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16FFFE);
168
return new
EncodedContentType
(FramingEncodingType.MTOM);