The TrackbackHttpHandler type exposes the following members.

Constructors

  NameDescription
TrackbackHttpHandler

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetTrackbackMessage
Returns a TrackbackMessage using the supplied HttpRequest.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPingReceived
Raises the PingReceived event.
PingReferencesTarget
Returns a value indicating if a trackback ping references the content it is pinging.
ProcessRequest
Enables processing of HTTP Web requests of trackback ping notifications.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Write
Writes event data to the trackback listeners in the Listeners collection.

Properties

  NameDescription
ConfigurationSectionName
Gets the name of the configuration section used to configure the TrackbackHttpHandler.
IsReusable
Gets a value indicating whether another request can use the TrackbackHttpHandler instance.
Listeners
Gets the collection of listeners that are monitoring trackback ping requests.
Title
Gets or sets a human-readable label for this HTTP handler.
UseGlobalLock
Gets or sets a value indicating whether the global lock should be used.

Events

  NameDescription
PingReceived
Occurs when an trackback ping mesage is received.

See Also