Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

The Tsplice .NET API can be used in a .NET application to interact with a Tsplice host. 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

Example

  • No labels