3 references to VerifySimplexProtocolElements
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
581if (!this.ReliableSession.VerifySimplexProtocolElements(info, null)) 992if (!this.ReliableSession.VerifySimplexProtocolElements(info, context))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
537if (!this.ReliableSession.VerifySimplexProtocolElements(messageInfo, null))