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