1 override of ContentType
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageEncoder.cs (1)
30
public override string
ContentType
6 references to ContentType
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\FramingChannels.cs (3)
165
EncodedContentType encodedContentType = EncodedContentType.Create(MessageEncoder.
ContentType
);
238
await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, Via, MessageEncoder.
ContentType
, timeoutHelper.RemainingTime());
257
MessageEncoder.
ContentType
, timeoutHelper.RemainingTime());
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
250
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.
ContentType
));
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
84
await ConnectionUpgradeHelper.DecodeFramingFaultAsync(decoder, connection, Via, _messageEncoder.
ContentType
, timeoutHelper.RemainingTime());
102
_messageEncoder.
ContentType
, timeoutHelper.RemainingTime());