Platform API Migration
We no longer directly support the Platform API within the new .NET Adapter. The recommended method to make use of the Platform API from .NET is to pair a .NET channel client with a JavaScript channel provider. It is then possible to request actions that require the Platform via simple channels request .
Depending on the original use of the Platform API, this method has advantage of being slightly lighter weight in that you can batch several related Platform API requests into a single channel dispatch.