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