Property ProgressSink
ProgressSink
Gets or sets the callback used to deliver progress notifications. Set by the host transport. Arguments are the progress token, the current value, the total when known, and a message.
public Func<string, double, double?, string, CancellationToken, Task> ProgressSink { get; set; }