2 overrides of IsContentTypeSupported
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
772
public override bool
IsContentTypeSupported
(string contentType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
359
public override bool
IsContentTypeSupported
(string contentType)
3 references to IsContentTypeSupported
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
775
if (!base.
IsContentTypeSupported
(contentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
148
if (!_encoder.
IsContentTypeSupported
(_contentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
366
if (base.
IsContentTypeSupported
(contentType))