ForwarderHttpClientContext.OldClient Property
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.
Old HttpMessageInvoker instance. Can be null if a client is getting constructed for the first time.
public System.Net.Http.HttpMessageInvoker? OldClient { get; init; }
member this.OldClient : System.Net.Http.HttpMessageInvoker with get, set
Public Property OldClient As HttpMessageInvoker