System.ServiceModel.ActionMismatchAddressingException
namespace System.ServiceModel
{
internal class ActionMismatchAddressingException : ProtocolException
{
public string HttpActionHeader { get; }
public string SoapActionHeader { get; }
public ActionMismatchAddressingException(string message, string soapActionHeader, string httpActionHeader);
protected ActionMismatchAddressingException(SerializationInfo info, StreamingContext context);
}
}