Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Tsplice .NET API can be used in a .NET application to interact with a Tsplice host. This API consists of the following:The TPRI.Tsplice.Client class represents- The Client class can be used to send a request to the Tsplice host and parse its response

  • TPRI.Tsplice.Models classes - The classes in this namespace represent the different types of data sent to or received from the Tsplice host

  • ApiResponse and derived classes - These classes represent the responses returned from the Tsplice host, and typically wrap a model object containing the specific response data

...