2 overrides of ContentType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
353
public override string
ContentType
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
314
public override string
ContentType
12 references to ContentType
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (5)
197
EncodedContentType encodedContentType = EncodedContentType.Create(this.MessageEncoder.
ContentType
);
261
await ConnectionUpgradeHelper.DecodeFramingFaultAsync(_decoder, connection, this.Via, MessageEncoder.
ContentType
, timeoutHelper.RemainingTime());
275
MessageEncoder.
ContentType
, timeoutHelper.RemainingTime());
296
ConnectionUpgradeHelper.DecodeFramingFault(_decoder, connection, this.Via, MessageEncoder.
ContentType
, ref timeoutHelper);
309
MessageEncoder.
ContentType
, ref timeoutHelper);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
109
_webSocketSoapContentType = new Lazy<string>(() => MessageEncoderFactory.CreateSessionEncoder().
ContentType
, LazyThreadSafetyMode.ExecutionAndPublication);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
158
_encoder.
ContentType
,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
200
return _messageData.MessageEncoder.
ContentType
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
29
SetContentType(_messageEncoder.
ContentType
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (2)
100
return
ContentType
;
141
return IsContentTypeSupported(contentType, this.
ContentType
, this.MediaType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
364
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(_decoder.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.
ContentType
));