3 references to ReplyAction
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
994if ((operation.ReplyAction != MessageHeaders.WildcardAction) && !rpc.Reply.IsFault && rpc.Reply.Headers.Action != null) 996if (String.CompareOrdinal(operation.ReplyAction, rpc.Reply.Headers.Action) != 0) 1001operation.ReplyAction));