4 references to VerifyDuplexProtocolElements
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1655if (!this.ReliableSession.VerifyDuplexProtocolElements(info, null)) 1895if (!this.ReliableSession.VerifyDuplexProtocolElements(info, null))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
905if (!this.session.VerifyDuplexProtocolElements(info, context))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
618if (!this.session.VerifyDuplexProtocolElements(messageInfo, null))