ForwarderHttpClientContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the old and the new HTTP client configurations.
public class ForwarderHttpClientContext
type ForwarderHttpClientContext = class
Public Class ForwarderHttpClientContext
- Inheritance
-
ForwarderHttpClientContext
Constructors
ForwarderHttpClientContext() |
Properties
ClusterId |
Id of a ClusterModel HTTP client belongs to. |
NewConfig |
New HttpClientConfig instance specifying the settings for a new client. |
NewMetadata |
New metadata instance used for a new client construction, if any. |
OldClient |
Old HttpMessageInvoker instance. Can be null if a client is getting constructed for the first time. |
OldConfig |
Old HttpClientConfig instance from which the OldClient was created. Can be empty if a client is getting constructed for the first time. |
OldMetadata |
Old metadata instance from which the OldClient was created, if any. |