Table of Contents

Class RemoteAddress

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Remote server address.

public class RemoteAddress
Inheritance
RemoteAddress

Properties

IP

The IP address of the remote server.

public string IP { get; set; }

Property Value

string

Port

The port used to connect to the remote server.

public int Port { get; set; }

Property Value

int

See Also