10 instantiations of EncodedContentType
System.ServiceModel (10)
System\ServiceModel\Channels\FramingEncoders.cs (10)
126
return new
EncodedContentType
(FramingEncodingType.BinarySession);
130
return new
EncodedContentType
(FramingEncodingType.Binary);
134
return new
EncodedContentType
(FramingEncodingType.Soap12Utf8);
138
return new
EncodedContentType
(FramingEncodingType.Soap11Utf8);
142
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16);
146
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16);
150
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16FFFE);
154
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16FFFE);
158
return new
EncodedContentType
(FramingEncodingType.MTOM);
162
return new
EncodedContentType
(contentType);
15 references to EncodedContentType
System.ServiceModel (15)
System\ServiceModel\Channels\FramingChannels.cs (2)
205
EncodedContentType
encodedContentType =
EncodedContentType
.Create(this.MessageEncoder.ContentType);
System\ServiceModel\Channels\FramingEncoders.cs (7)
122
public static
EncodedContentType
Create(string contentType)
206
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
211
public static void EncodeStart(byte[] buffer, int offset, EncodedVia via,
EncodedContentType
contentType)
340
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
345
public static void EncodeStart(byte[] buffer, int offset, EncodedVia via,
EncodedContentType
contentType)
376
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
381
public static void EncodeStart(byte[] buffer, int offset, EncodedVia via,
EncodedContentType
contentType)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
26
EncodedContentType
encodedContentType =
EncodedContentType
.Create(factory.MessageEncoderFactory.Encoder.ContentType);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (2)
228
EncodedContentType
encodedContentType =
EncodedContentType
.Create(this.encoder.ContentType);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
58
EncodedContentType
encodedContentType =
EncodedContentType
.Create(settings.MessageEncoderFactory.Encoder.ContentType);