Dart SDK
dart:io
RawSocket
remoteAddress
remoteAddress
Dart SDK
dart:io
RawSocket
remoteAddress
property
remoteAddress
Dart SDK
dart:io
RawSocket
Static methods
connect
Constructors
RawSocket
Properties
address
first
hashCode
isBroadcast
isEmpty
last
length
port
readEventsEnabled
remoteAddress
remotePort
runtimeType
single
writeEventsEnabled
Operators
operator ==
Methods
any
asBroadcastStream
asyncExpand
asyncMap
available
close
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
read
reduce
setOption
shutdown
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
write
InternetAddress
remoteAddress
Returns the remote
InternetAddress
connected to by this socket.
Source
InternetAddress get remoteAddress;