3 references to IsDuplex
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelRequirements.cs (3)
289if (!ChannelRequirements.IsDuplex(channelType)) 293if (!(ChannelRequirements.IsRequestReply(channelType) || ChannelRequirements.IsDuplex(channelType))) 333if (ChannelRequirements.IsDuplex(channelType))