The TrackbackClient type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TrackbackClient | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| 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.) | |
| 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.
| |
| Send | Overloaded. | |
| SendAsync | Overloaded. | |
| SendAsyncCancel |
Cancels an asynchronous operation to send a trackback ping message.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| SendCompleted |
Occurs when a synchronous or asynchronous trackback ping send operation completes.
|
