The TrackbackHttpHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TrackbackHttpHandler |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 | (Inherited from Object.) | |
| Write |
Writes event data to the trackback listeners in the Listeners collection.
|
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| PingReceived |
Occurs when an trackback ping mesage is received.
|
