Table of Contents

Class SDKConfigSection

Represents the connection test settings defined in the app.config file.

Inheritance
SDKConfigSection
Namespace: HP.LFT.SDK.Configuration
Assembly: HP.LFT.SDK.dll
Syntax
public sealed class SDKConfigSection : ConfigurationSection

Constructors

SDKConfigSection()

Declaration
public SDKConfigSection()

Properties

Connection

The 'connection' element.

Declaration
[ConfigurationProperty("connection", IsRequired = true)]
public ConnectionElement Connection { get; }
Property Value
Type Description
ConnectionElement

Mode

The 'mode' attribute. Default = Replay.

Declaration
[ConfigurationProperty("mode", IsRequired = true)]
public string Mode { get; }
Property Value
Type Description
string

Server

The 'server' element.

Declaration
[ConfigurationProperty("server", IsRequired = false)]
public ServerElement Server { get; }
Property Value
Type Description
ServerElement