Dart
dart:io
RawSynchronousSocket
remotePort property
remotePort
RawSynchronousSocket class
Constructors
RawSynchronousSocket
Properties
address
port
remoteAddress
remotePort
hashCode
runtimeType
Methods
available
closeSync
readIntoSync
readSync
shutdown
writeFromSync
noSuchMethod
toString
Operators
operator ==
Static methods
connectSync
remotePort property
int
remotePort
The remote port connected to by this socket.
Implementation
int get remotePort;