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