3 references to IsDuplex
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ChannelRequirements.cs (3)
288if (!ChannelRequirements.IsDuplex(channelType)) 292if (!(ChannelRequirements.IsRequestReply(channelType) || ChannelRequirements.IsDuplex(channelType))) 332if (ChannelRequirements.IsDuplex(channelType))