Table of Contents

Class PropertyBagKeys

Namespace
Xping.Sdk.Core.Common
Assembly
Xping.Sdk.Core.dll

This class is used to provide a set of predefined keys that can be used with the PropertyBag<TValue> class.

public static class PropertyBagKeys
Inheritance
PropertyBagKeys
Inherited Members

Remarks

Since the PropertyBagKeys class is a static class, it cannot be instantiated. The class contains the properties for the common areas for instance, area related to Network Information or HTTP communication.

Fields

BrowserResponseMessage

Represents the BrowserResponseMessage.

public static readonly PropertyBagKey BrowserResponseMessage

Field Value

PropertyBagKey

DnsResolvedIPAddresses

Array of matching IP addresses associated with a DNS name of the host.

public static readonly PropertyBagKey DnsResolvedIPAddresses

Field Value

PropertyBagKey

Geolocation

Represents the coordinates of the geographical location of a device.

public static readonly PropertyBagKey Geolocation

Field Value

PropertyBagKey

Remarks

This property key is used to access the geolocation details in the context of automated browser tests. It leverages the Geolocation feature from the Playwright library to simulate the geographical position which can be useful for testing location-based functionalities of web applications.

HttpContent

Represents the HTTP content.

public static readonly PropertyBagKey HttpContent

Field Value

PropertyBagKey

HttpContentHeaders

Represents the HTTP content headers.

public static readonly PropertyBagKey HttpContentHeaders

Field Value

PropertyBagKey

HttpFollowRedirect

Represents the boolean value that indicates whether to follow redirection responses.

public static readonly PropertyBagKey HttpFollowRedirect

Field Value

PropertyBagKey

HttpMethod

Represents the HTTP method.

public static readonly PropertyBagKey HttpMethod

Field Value

PropertyBagKey

HttpReasonPhrase

Represents the HTTP reason phrase.

public static readonly PropertyBagKey HttpReasonPhrase

Field Value

PropertyBagKey

HttpRequestHeaders

Represents the collection of HTTP request headers as IDictionary<string, IEnumerable<string>>.

public static readonly PropertyBagKey HttpRequestHeaders

Field Value

PropertyBagKey

HttpResponseHeaders

public static readonly PropertyBagKey HttpResponseHeaders

Field Value

PropertyBagKey

HttpResponseMessage

Represents the HTTP response message.

public static readonly PropertyBagKey HttpResponseMessage

Field Value

PropertyBagKey

HttpResponseTrailingHeaders

Represents the collection of trailing headers included in an HTTP response as https://learn.microsoft.com/en-us/dotnet/api/system.net.http.headers.httpresponseheaders.

public static readonly PropertyBagKey HttpResponseTrailingHeaders

Field Value

PropertyBagKey

HttpRetry

Represents the boolean value determining whether to retry failing HTTP request.

public static readonly PropertyBagKey HttpRetry

Field Value

PropertyBagKey

HttpStatus

Represents the HTTP status.

public static readonly PropertyBagKey HttpStatus

Field Value

PropertyBagKey

HttpVersion

Represents the HTTP version.

public static readonly PropertyBagKey HttpVersion

Field Value

PropertyBagKey

IPAddress

public static readonly PropertyBagKey IPAddress

Field Value

PropertyBagKey

IPStatus

public static readonly PropertyBagKey IPStatus

Field Value

PropertyBagKey

MethodName

Represents the name of the html validation method invoked.

public static readonly PropertyBagKey MethodName

Field Value

PropertyBagKey

PingDontFragmetOption

Represents the boolean value that controls fragmentation of the data sent to the remote host.

public static readonly PropertyBagKey PingDontFragmetOption

Field Value

PropertyBagKey

PingRoundtripTime

Represents the number of milliseconds taken to send an Internet Control Message Protocol (ICMP) echo request and receive the corresponding ICMP echo reply message.

public static readonly PropertyBagKey PingRoundtripTime

Field Value

PropertyBagKey

PingTTLOption

Represents the number of times the ping data can be forwarded.

public static readonly PropertyBagKey PingTTLOption

Field Value

PropertyBagKey