Initializes an instance of the ELSClient.

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 ELSClient(
	Uri lookupEndpointUrl,
	Uri publishEndpointUrl,
	X509Certificate2 clientCertificate
)
Visual Basic
Public Sub New ( _
	lookupEndpointUrl As Uri, _
	publishEndpointUrl As Uri, _
	clientCertificate As X509Certificate2 _
)
Visual C++
public:
ELSClient(
	Uri^ lookupEndpointUrl, 
	Uri^ publishEndpointUrl, 
	X509Certificate2^ clientCertificate
)

Parameters

lookupEndpointUrl
Type: System..::..Uri
Web service endpoint for the ELS lookup service.
publishEndpointUrl
Type: System..::..Uri
Web service endpoint for the ELS publish service.
clientCertificate
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
Certificate containing this client's private key for establishing TLS connections.

See Also