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