SimulatedHttpConnectionInfo constructor
SimulatedHttpConnectionInfo(
- InternetAddress remoteAddress, {
- int remotePort = -1,
- int localPort = -1,
Constructor for a simulated HTTP connection information.
Implementation
SimulatedHttpConnectionInfo(this.remoteAddress,
{this.remotePort = -1, this.localPort = -1});