Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Stefano Varesi edited this page Apr 9, 2015 · 2 revisions

This is the reference documentation for contactlab/soap-api-dotnet-client package. In this wiki you can find a list of the most common usage examples.

The examples assume that in the app.config file in your project are defined the following configuration keys:

...
<userSettings>
    <ContactlabApiClientExamples.Properties.Settings>
      <setting name="ApiKey" serializeAs="String">
        <value>YOUR API KEY</value>
      </setting>
      <setting name="UserKey" serializeAs="String">
        <value>YOUR USER KEY</value>
      </setting>
    </ContactlabApiClientExamples.Properties.Settings>
  </userSettings>
...