10 instantiations of EncodedContentType
System.ServiceModel.NetFramingBase (10)
System\ServiceModel\Channels\FramingEncoders.cs (10)
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);
172
return new
EncodedContentType
(contentType);
9 references to EncodedContentType
System.ServiceModel.NetFramingBase (9)
System\ServiceModel\Channels\FramingChannels.cs (2)
165
EncodedContentType
encodedContentType =
EncodedContentType
.Create(MessageEncoder.ContentType);
System\ServiceModel\Channels\FramingEncoders.cs (5)
132
public static
EncodedContentType
Create(string contentType)
212
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
217
public static void EncodeStart(Memory<byte> buffer, EncodedVia via,
EncodedContentType
contentType)
346
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
351
public static void EncodeStart(Memory<byte> buffer, EncodedVia via,
EncodedContentType
contentType)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
48
EncodedContentType
encodedContentType =
EncodedContentType
.Create(_settings.MessageEncoderFactory.Encoder.ContentType);