Custom Trackback listener that stores trackback ping request details using XML as its data storage medium.

Namespace:  Argotic.Core.Web
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
public class XmlTrackbackListener : TrackbackListener
Visual Basic (Declaration)
Public Class XmlTrackbackListener _
	Inherits TrackbackListener
Visual C++
public ref class XmlTrackbackListener : public TrackbackListener

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    Argotic.Core.Web..::.TrackbackListener
      Argotic.Core.Web..::.XmlTrackbackListener

See Also