ConnectionDetailsFromXml Method

This method sets the connection details for a session, using the XElement instance created from the ConnectionDetails node in the configuration file.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void FromXml(
	XElement element
)

Parameters

element
Type: System.Xml.LinqXElement
An XElement containing the Connection Details
See Also

Reference