3 references to IsDuplex
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (3)
287
if (!ChannelRequirements.
IsDuplex
(channelType))
291
if (!(ChannelRequirements.IsRequestReply(channelType) || ChannelRequirements.
IsDuplex
(channelType)))
331
if (ChannelRequirements.
IsDuplex
(channelType))