BearerTokenAuthenticationPolicy.TransportOptionsChanged Event
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.
Event that is triggered when the transport needs to be updated.
public event Action<Azure.Core.Pipeline.HttpPipelineTransportOptions>? TransportOptionsChanged;
member this.TransportOptionsChanged : Action<Azure.Core.Pipeline.HttpPipelineTransportOptions>
Public Event TransportOptionsChanged As Action(Of HttpPipelineTransportOptions)