3 references to Action
System.ServiceModel (3)
System\ServiceModel\Description\TypedMessageConverter.cs (3)
106
if (this.
Action
!= null && message.Headers.Action != null && message.Headers.Action != this.
Action
)
107
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxActionMismatch, this.
Action
, message.Headers.Action)));