Dart
dart:io
RawSecureServerSocket
address property
address
Dart
dart:io
RawSecureServerSocket
address property
RawSecureServerSocket class
Properties
address
port
requestClientCertificate
requireClientCertificate
supportedProtocols
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
close
listen
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
Static methods
bind
description
address
property
InternetAddress
address
Returns the address used by this socket.
Implementation
InternetAddress get address => _socket.address;