<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />
System.ServiceModel.Dispatcher.FaultContractInfo
namespace System.
ServiceModel.
Dispatcher
{
public class FaultContractInfo
{
public string Action { get; }
public Type Detail { get; }
public FaultContractInfo(
string action,
Type detail);
}
}