The TrackbackClient type exposes the following members.

Constructors

  NameDescription
TrackbackClientOverloaded.

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnSendCompleted
Raises the SendCompleted event.
SendOverloaded.
SendAsyncOverloaded.
SendAsyncCancel
Cancels an asynchronous operation to send a trackback ping message.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ConfigurationSectionName
Gets the name of the configuration section used to configure TrackbackClient.
Credentials
Gets or sets the credentials used to authenticate the sender.
Host
Gets or sets the Uri of the host that trackback pings are sent to.
Timeout
Gets or sets a value that specifies the amount of time after which a synchronous Send(TrackbackMessage) call times out.
UseDefaultCredentials
Gets or sets a value that controls whether the DefaultNetworkCredentials are sent with trackback pings.

Events

  NameDescription
SendCompleted
Occurs when a synchronous or asynchronous trackback ping send operation completes.

See Also