Skip to content

Added asynchronous send and streaming attachments from file

Compare
Choose a tag to compare
@arthur2 arthur2 released this 02 Apr 22:30
· 302 commits to dev since this release
  • BacktraceClient now supports an asynchronously SendAsync method that works with async task
  • For .NET Framework 4.5 and .NET Standard 2.0, BacktraceClient now streams file attachment content directly from disk via SendAsync method.
  • AfterSend event parameter changed. Now AfterSend event require BacktraceResult parameter, not BacktraceReport,
  • Send and SendAsync method now returns BacktraceResult with information about report state,
  • OnServerResponse now require BacktraceResult as a parameter.