Esempio n. 1
0
 public override void OnInspectResponse(IHttpResponseInspectionContext context)
 {
     InspectResponse(context.Response);
 }
 /// <summary>
 /// Callback that can be overwritten to inspect the response before extracting the text.
 /// </summary>
 /// <param name="context"></param>
 public virtual void OnInspectResponse(IHttpResponseInspectionContext context)
 {
 }