Dart API Referencedart:ioHttpConnectionInfo

HttpConnectionInfo Interface

Connection information.

Methods

Code int get localPort() #

int get localPort();

Code String get remoteHost() #

String get remoteHost();

Code int get remotePort() #

int get remotePort();