Class SDKConfigSection
- Namespace
- HP.LFT.SDK.Configuration
- Assembly
- HP.LFT.SDK.dll
Represents the connection test settings defined in the app.config file.
public sealed class SDKConfigSection : ConfigurationSection
- Inheritance
-
SDKConfigSection
- Inherited Members
Constructors
SDKConfigSection()
public SDKConfigSection()
Properties
Connection
The 'connection' element.
[ConfigurationProperty("connection", IsRequired = true)]
public ConnectionElement Connection { get; }
Property Value
Mode
The 'mode' attribute. Default = Replay.
[ConfigurationProperty("mode", IsRequired = true)]
public string Mode { get; }
Property Value
Server
The 'server' element.
[ConfigurationProperty("server", IsRequired = false)]
public ServerElement Server { get; }