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