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