2 references to IsWsrmAction
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
745
if (WsrmUtilities.
IsWsrmAction
(this.settings.ReliableMessagingVersion, messageInfo.Action))
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
619
if (foundAction || WsrmUtilities.
IsWsrmAction
(reliableMessagingVersion, action))