Table of Contents

Class ResponseServerAddrResult

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class ResponseServerAddrResult
Inheritance
ResponseServerAddrResult
Inherited Members

Constructors

ResponseServerAddrResult()

public ResponseServerAddrResult()

Properties

IpAddress

IPv4 or IPV6 address of the server.

[Required]
[JsonPropertyName("ipAddress")]
public string IpAddress { get; set; }

Property Value

string

Port

[Required]
[JsonPropertyName("port")]
public int Port { get; set; }

Property Value

int