General Concepts (Winforms, TCP) - Author-it On-Premises - Author-it

Author-it Development Documentation

Demonstrates the basic concepts of the API with a Windows Forms application written in c# accessing the Author-it API Server with binary data sent over TCP.

Location: <SDK Folder>\Samples\General Concepts (Winforms, TCP)

Prerequisites

  • Microsoft .NET Framework 3.5

  • Microsoft Visual Studio 2008

  • Access to Author-it API Server with TCP enabled

Installation and Configuration

  1. Open sample project file with Visual Studio: "General Concepts (Winforms, TCP).csproj".

  2. Set the "Author-it API" reference to your installed "Authorit.API.dll" assembly path.

  3. Open "App.config" file and replace all references to "net.tcp://localhost:9098" with the base address of your Author-it API Server.

  4. Build and run the application.