| Interface | Description |
|---|---|
| ClientResponse |
Represents an HTTP response returned by an outbound HTTP call made by a
HttpClient instance. |
| HttpClient |
Provides methods to make outbound HTTP calls, leveraging a
ThirdPartyServiceModel to encapsulate the
configuration for the destination of the call. |
| Class | Description |
|---|---|
| ClientRequest |
Represents a HTTP request that can be sent to a HTTP server by a
HttpClient. |
| Enum | Description |
|---|---|
| HttpClientException.Type |
An enum for the type of failure represented by this exception
|
| Exception | Description |
|---|---|
| HttpClientException |
An
Exception used by a HttpClient to indicate that it failed to retrieve a ClientResponse
from the target of a ClientRequest. |
Copyright 2023 Ping Identity Corp. All rights reserved.