Class XmlResponse
XML response
Inherited Members
DisposableBase.DisposeSyncObject
DisposableBase.AsyncDisposing
DisposableBase.AllowFinalizer
DisposableBase.DisposeObjects
DisposableBase.StackInfo
DisposableBase.RegisterForDispose<T>(in T)
DisposableBase.DisposeCore()
DisposableBase.DisposeAttributes()
DisposableBase.DisposeAttributesAsync()
DisposableBase.Dispose()
DisposableBase.DisposeAsync()
DisposableBase.CreateStackInfo
DisposableBase.DestructorDisposing
DisposableBase.IsDisposing
DisposableBase.IsDisposed
DisposableBase.OnDisposing
DisposableBase.OnDisposed
Namespace: wan24.AutoDiscover
Assembly: wan24AutoDiscover.dll
Syntax
public class XmlResponse : DisposableBase, IWillDispose, IDisposableObject, IDisposable, IAsyncDisposable
Constructors
| Edit this page View SourceXmlResponse()
Constructor
Declaration
public XmlResponse()
Properties
| Edit this page View SourceXML
XML
Declaration
public XmlWriter XML { get; }
Property Value
Type | Description |
---|---|
XmlWriter |
XmlOutput
XML output
Declaration
public BlockingBufferStream XmlOutput { get; }
Property Value
Type | Description |
---|---|
BlockingBufferStream |
Methods
| Edit this page View SourceDispose(bool)
Dispose
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | Disposing? (may be false, if called from the destructor) |
Overrides
| Edit this page View SourceFinalizeXmlOutput()
Finalize
Declaration
public virtual void FinalizeXmlOutput()
Implements
wan24.Core.IWillDispose
wan24.Core.IDisposableObject