Class PropertyBagKeys
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
DnsResolvedIPAddresses
Array of matching IP addresses associated with a DNS name of the host.
public static readonly PropertyBagKey DnsResolvedIPAddresses
Field Value
Geolocation
Represents the coordinates of the geographical location of a device.
public static readonly PropertyBagKey Geolocation
Field Value
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
HttpContentHeaders
Represents the HTTP content headers.
public static readonly PropertyBagKey HttpContentHeaders
Field Value
HttpFollowRedirect
Represents the boolean value that indicates whether to follow redirection responses.
public static readonly PropertyBagKey HttpFollowRedirect
Field Value
HttpMethod
Represents the HTTP method.
public static readonly PropertyBagKey HttpMethod
Field Value
HttpReasonPhrase
Represents the HTTP reason phrase.
public static readonly PropertyBagKey HttpReasonPhrase
Field Value
HttpRequestHeaders
Represents the collection of HTTP request headers as IDictionary<string, IEnumerable<string>>.
public static readonly PropertyBagKey HttpRequestHeaders
Field Value
HttpResponseHeaders
Represents the collection of HTTP response headers as https://learn.microsoft.com/en-us/dotnet/api/system.net.http.headers.httpresponseheaders.
public static readonly PropertyBagKey HttpResponseHeaders
Field Value
HttpResponseMessage
Represents the HTTP response message.
public static readonly PropertyBagKey HttpResponseMessage
Field Value
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
HttpRetry
Represents the boolean value determining whether to retry failing HTTP request.
public static readonly PropertyBagKey HttpRetry
Field Value
HttpStatus
Represents the HTTP status.
public static readonly PropertyBagKey HttpStatus
Field Value
HttpVersion
Represents the HTTP version.
public static readonly PropertyBagKey HttpVersion
Field Value
IPAddress
Represents IP address. See more on https://learn.microsoft.com/en-us/dotnet/api/system.net.ipaddress.
public static readonly PropertyBagKey IPAddress
Field Value
IPStatus
Represents IP status operation. See more on https://learn.microsoft.com/en-us/dotnet/api/system.net.networkinformation.ipstatus.
public static readonly PropertyBagKey IPStatus
Field Value
MethodName
Represents the name of the html validation method invoked.
public static readonly PropertyBagKey MethodName
Field Value
PingDontFragmetOption
Represents the boolean value that controls fragmentation of the data sent to the remote host.
public static readonly PropertyBagKey PingDontFragmetOption
Field Value
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
PingTTLOption
Represents the number of times the ping data can be forwarded.
public static readonly PropertyBagKey PingTTLOption