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