The TrackbackResponse type exposes the following members.

Constructors

  NameDescription
TrackbackResponseOverloaded.

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 TrackbackResponse.
(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.)
GetByteArrayForStream
Returns an array of bytes that contains the contents of the supplied Stream.
GetData
Returns an array of bytes that represents the raw data for the response.
GetHashCode
Returns a hash code for this instance.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Load
Loads this TrackbackResponse by parsing the specified IXPathNavigable data source.
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
HasError
Gets or sets a value indicating if the trackback ping failed.
Message
Gets or sets the reason for the trackback ping failure.

See Also