API Home       Error Codes       Your API Keys

imageloop API - .NET/SOAP language library


Before you can use the .NET/SOAP language library, you must have generated an API-Key for applications.

.NET 2.0 is required.

The WSDL file used in the build has been taken from www.imageloop.com/soap/api/api.wsdl, which referes to the XSD file www.imageloop.com/soap/api/api.xsd.

Download

The .NET language library can be downloaded here (225 kBytes).

imageloop .NET language library has been developed in C# and is included in source code.

You can use the libaray to develop applications written in any .NET language like C#, J#, Visual Basic .NET or Managed C++.

Integration of our imageloop API kit in MS Developer Studio

  1. Create or open a project
  2. Right-Click on your project in the "Solution Explorer"
  3. Click on the "Add Reference..." menu item
  4. Select the "Browse" tab
  5. Locate the file imagelooop.dll from the .NET API kit
  6. The library exports necessary objects in the namespace imagelooop

Demo Source Codes

Demo Source code for VB.NET

Demo Source code for C#