Class ConnectionElement
The 'connection' element structure.
Inherited Members
Namespace: HP.LFT.SDK.Configuration
Assembly: HP.LFT.SDK.dll
Syntax
public class ConnectionElement : ConfigurationElement
Constructors
ConnectionElement()
Declaration
public ConnectionElement()
Properties
Address
The 'address' attribute of the 'connection' element.
Declaration
[ConfigurationProperty("address", IsRequired = true)]
public string Address { get; }
Property Value
| Type | Description |
|---|---|
| string |
Connect
The 'connect' element of the 'connection' section.
Declaration
[ConfigurationProperty("connect", IsRequired = false)]
public ConnectElement Connect { get; }
Property Value
| Type | Description |
|---|---|
| ConnectElement |
Response
The 'response' element of the 'connection' section.
Declaration
[ConfigurationProperty("response", IsRequired = false)]
public ResponseElement Response { get; }
Property Value
| Type | Description |
|---|---|
| ResponseElement |