The TrackbackMessage type exposes the following members.

Constructors

  NameDescription
TrackbackMessageOverloaded.

Methods

  NameDescription
CompareTo
Compares the current instance with another object of the same type.
Equals
Determines whether the specified Object is equal to the current TrackbackMessage.
(Overrides Object..::.Equals(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
Returns a hash code for this instance.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Converts the value of this instance to its equivalent string representation.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Equality
Determines if operands are equal.
GreaterThan
Determines if first operand is greater than second operand.
Inequality
Determines if operands are not equal.
LessThan
Determines if first operand is less than second operand.

Properties

  NameDescription
BlogName
Gets or sets the name of the weblog to which the entry was posted that the trackback service is being notified about.
Encoding
Gets or sets the character encoding of the message.
Excerpt
Gets or sets an excerpt of the web log entry the trackback service is being notified about.
FormData
Gets the trackback ping request form data represented by this message.
Permalink
Gets or sets the permalink for the web log entry the trackback service is being notified about.
Title
Gets or sets the title of the web log entry the trackback service is being notified about.

See Also