Interaction through WCF endpoint

This functionality is provided by the Windows Communication Foundation, an API in the .NET Framework. A third party client can interact with the service via an Endpoint. The Endpoint is accessed through net.tcp://hostname:port/NSiAutoStoreWebCaptureWcfService with the following settings:

  • hostname: the hostname or IP of the embedded server.
  • port: the port to access the service. It is defined on the Preferences tab in the Web Capture component settings dialog box.

Refer to the Web Capture API Documentation for more information.