DiagnosticsConfiguration Members

Represents the <diagnostics> element that controls the diagnostics settings for the Microsoft Web Services Enhancements.

The following tables list the members exposed by the DiagnosticsConfiguration type.

Public Constructors

  Name Description
DiagnosticsConfiguration Initializes a new instance of the DiagnosticsConfiguration class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property ElementInformation  (Inherited from ConfigurationElement )
public property InputFileName Gets the file name used to trace incoming SOAP messages.
public property InputLock Gets a System.Threading.ReaderWriterLock object for the file used to trace incoming SOAP messages.
public property LockAllAttributesExcept  (Inherited from ConfigurationElement )
public property LockAllElementsExcept  (Inherited from ConfigurationElement )
public property LockAttributes  (Inherited from ConfigurationElement )
public property LockElements  (Inherited from ConfigurationElement )
public property LockItem  (Inherited from ConfigurationElement )
public property OutputFileName Gets the file name used to trace sent SOAP messages.
public property OutputLock Gets a System.Threading.ReaderWriterLock object for the file used to trace sent SOAP messages.
public property SendDetailedErrors Controls the level of detail returned when there is a fault generated from the Web service.
public property TraceEnabled Specifies whether SOAP messages received or sent by WSE are traced.

Top

Protected Properties

  Name Description
protected property ElementProperty  (Inherited from ConfigurationElement )
protected property EvaluationContext  (Inherited from ConfigurationElement )
protected property Item  Overloaded. (Inherited from ConfigurationElement )
protected property Properties Overridden. Gets a collection that contains the values for the attributes of the <diagnostics> element.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from ConfigurationElement )
public method GetHashCode  (Inherited from ConfigurationElement )
public method GetType  (Inherited from Object )
public method IsReadOnly  (Inherited from ConfigurationElement )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method DeserializeElement  (Inherited from ConfigurationElement )
protected method Finalize  (Inherited from Object )
protected method Init  (Inherited from ConfigurationElement )
protected method InitializeDefault  (Inherited from ConfigurationElement )
protected method IsModified  (Inherited from ConfigurationElement )
protected method ListErrors  (Inherited from ConfigurationElement )
protected method MemberwiseClone  (Inherited from Object )
protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement )
protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement )
protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement )
protected method PostDeserialize  (Inherited from ConfigurationElement )
protected method PreSerialize  (Inherited from ConfigurationElement )
protected method Reset  (Inherited from ConfigurationElement )
protected method ResetModified  (Inherited from ConfigurationElement )
protected method SerializeElement  (Inherited from ConfigurationElement )
protected method SerializeToXmlElement  (Inherited from ConfigurationElement )
protected method SetPropertyValue  (Inherited from ConfigurationElement )
protected method SetReadOnly  (Inherited from ConfigurationElement )
protected method Unmerge  (Inherited from ConfigurationElement )

Top

See Also

Reference

DiagnosticsConfiguration Class
Microsoft.Web.Services3.Diagnostics.Configuration Namespace

Other Resources

<diagnostics> Element