Table of Contents

Class ResponseElement

'response' element structure

Inheritance
ResponseElement
Inherited Members
ConfigurationElement.Init()
ConfigurationElement.IsModified()
ConfigurationElement.ResetModified()
ConfigurationElement.IsReadOnly()
ConfigurationElement.SetReadOnly()
ConfigurationElement.ListErrors(IList)
ConfigurationElement.InitializeDefault()
ConfigurationElement.Reset(ConfigurationElement)
ConfigurationElement.Equals(object)
ConfigurationElement.GetHashCode()
ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
ConfigurationElement.SerializeElement(XmlWriter, bool)
ConfigurationElement.DeserializeElement(XmlReader, bool)
ConfigurationElement.OnRequiredPropertyNotFound(string)
ConfigurationElement.PostDeserialize()
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
ConfigurationElement.GetTransformedTypeString(string)
ConfigurationElement.GetTransformedAssemblyString(string)
ConfigurationElement.LockAttributes
ConfigurationElement.LockAllAttributesExcept
ConfigurationElement.LockElements
ConfigurationElement.LockAllElementsExcept
ConfigurationElement.LockItem
ConfigurationElement.this[ConfigurationProperty]
ConfigurationElement.this[string]
ConfigurationElement.Properties
ConfigurationElement.ElementInformation
ConfigurationElement.EvaluationContext
ConfigurationElement.ElementProperty
ConfigurationElement.HasContext
ConfigurationElement.CurrentConfiguration
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: HP.LFT.SDK.Configuration
Assembly: HP.LFT.SDK.dll
Syntax
public class ResponseElement : ConfigurationElement

Constructors

ResponseElement()

Declaration
public ResponseElement()

Properties

Timeout

The 'timeout' attribute of 'response' element. Default = 600.

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