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