1 write to textMessageEncoder
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (1)
151
textMessageEncoder
= new TextMessageEncoderFactory(MessageVersion.None, writeEncoding, maxReadPoolSize, maxWritePoolSize, readerQuotas).Encoder;
3 references to textMessageEncoder
System.ServiceModel.Web (3)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (3)
145
if (
textMessageEncoder
== null)
149
if (
textMessageEncoder
== null)
155
return
textMessageEncoder
;