IHttpTelemetryConsumer.OnRedirect(DateTime, String) Method
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.
Called before a request is redirected if AllowAutoRedirect is enabled.
public virtual void OnRedirect(DateTime timestamp, string redirectUri);
abstract member OnRedirect : DateTime * string -> unit
override this.OnRedirect : DateTime * string -> unit
Public Overridable Sub OnRedirect (timestamp As DateTime, redirectUri As String)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- redirectUri
- String
The uri the request is being redirected to.