The ELSClient type exposes the following members.

Constructors

  NameDescription
Public methodELSClient(String, X509Certificate2)
Initializes an instance of the ELSClient.
Public methodELSClient(Uri, X509Certificate2)
Initializes an instance of the ELSClient.
Public methodELSClient(String, String, X509Certificate2)
Initializes an instance of the ELSClient.
Public methodELSClient(Uri, Uri, X509Certificate2)
Initializes an instance of the ELSClient.

Methods

  NameDescription
Public methodAddInteraction
Adds an interaction to an ELS server.
Public methodDispose
Closes and disposes the client.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListInteractions
Queries an ELS server for interactions for a target organisation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveInteraction
Removes an interaction from an ELS server.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidateInteraction
Queries an ELS server to validate an interaction.

Extension Methods

  NameDescription
Public Extension MethodSerializeToXml()()()()Overloaded.
Serializes any object to XML.
(Defined by Extensions.)
Public Extension MethodSerializeToXml(String)Overloaded.
Serializes any object to XML.
(Defined by Extensions.)

Properties

  NameDescription
Public propertyLastSoapRequest
Gets the soap request xml for the last service call.
Public propertyLastSoapResponse
Gets the soap response xml for the last service call.

See Also