Table of Contents

Class ConnectionElement

Namespace
HP.LFT.SDK.Configuration
Assembly
HP.LFT.SDK.dll

The 'connection' element structure.

public class ConnectionElement : ConfigurationElement
Inheritance
ConnectionElement
Inherited Members

Constructors

ConnectionElement()

public ConnectionElement()

Properties

Address

The 'address' attribute of the 'connection' element.

[ConfigurationProperty("address", IsRequired = true)]
public string Address { get; }

Property Value

string

Connect

The 'connect' element of the 'connection' section.

[ConfigurationProperty("connect", IsRequired = false)]
public ConnectElement Connect { get; }

Property Value

ConnectElement

Response

The 'response' element of the 'connection' section.

[ConfigurationProperty("response", IsRequired = false)]
public ResponseElement Response { get; }

Property Value

ResponseElement