Share via


RequestEventArgs.Response Property

Definition

Gets the HTTP response associated with this event.

public System.Net.Http.HttpResponseMessage Response { get; }
member this.Response : System.Net.Http.HttpResponseMessage
Public ReadOnly Property Response As HttpResponseMessage

Property Value

The HTTP response associated with this event.

Applies to