An implementation of a client for the Endpoint Location Service (ELS). This class may be used to connect to an ELS Server to do lookups and validations of interactions, or to publish interactions.

Namespace: Nehta.VendorLibrary.SM.ELS
Assembly: Nehta.VendorLibrary.SM.ELS (in Nehta.VendorLibrary.SM.ELS.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#
public class ELSClient : IDisposable
Visual Basic
Public Class ELSClient _
	Implements IDisposable
Visual C++
public ref class ELSClient : IDisposable

Inheritance Hierarchy

System..::..Object
  Nehta.VendorLibrary.SM.ELS..::..ELSClient

See Also