Dart API Referencedart:ioHttpConnectionInfo

HttpConnectionInfo abstract class

Connection information.

abstract class HttpConnectionInfo {
  String get remoteHost;
  int get remotePort;
  int get localPort;
}

Properties

final int localPort #

int get localPort;

final String remoteHost #

String get remoteHost;

final int remotePort #

int get remotePort;