<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />

System.ServiceModel.Dispatcher.DispatchOperation

public sealed class DispatchOperation
public string Action { get; }

public bool AutoDisposeParameters { get; set; }

public bool DeserializeRequest { get; set; }

public IOperationInvoker Invoker { get; set; }

public bool IsOneWay { get; }

public bool IsTerminating { get; set; }

public string Name { get; }

public DispatchRuntime Parent { get; }

public string ReplyAction { get; }

public bool SerializeReply { get; set; }

public DispatchOperation(DispatchRuntime parent, string name, string action)

public DispatchOperation(DispatchRuntime parent, string name, string action, string replyAction)