3 references to VerifyDuplexProtocolElements
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
510return this.VerifyDuplexProtocolElements(info, context, false);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
502this.ReliableSession.VerifyDuplexProtocolElements(info, null, true);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
585this.session.VerifyDuplexProtocolElements(info, null, true);