4 references to Create
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (1)
205
EncodedContentType encodedContentType = EncodedContentType.
Create
(this.MessageEncoder.ContentType);
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
26
EncodedContentType encodedContentType = EncodedContentType.
Create
(factory.MessageEncoderFactory.Encoder.ContentType);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
228
EncodedContentType encodedContentType = EncodedContentType.
Create
(this.encoder.ContentType);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
58
EncodedContentType encodedContentType = EncodedContentType.
Create
(settings.MessageEncoderFactory.Encoder.ContentType);