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 WebCapture component settings dialog box.
Refer to the WebCapture API Documentation for more information.