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
-
Open sample project file with Visual Studio: "General Concepts (Winforms, TCP).csproj".
-
Set the "Author-it API" reference to your installed "Authorit.API.dll" assembly path.
-
Open "App.config" file and replace all references to "net.tcp://localhost:9098" with the base address of your Author-it API Server.
-
Build and run the application.