Table of Contents

Interface IHttpResponseHandler

Namespace
Xping.Sdk.Core.Clients.Browser
Assembly
Xping.Sdk.Core.dll

Defines a contract for handling HTTP responses received for a request by the browser.

public interface IHttpResponseHandler

Methods

HandleResponse(object?, IResponse)

Handles the action to be taken when an HTTP response is received.

void HandleResponse(object? sender, IResponse response)

Parameters

sender object

The source of the HTTP response, which can be null.

response IResponse

The HTTP response information received by the browser.