Dart SDK
dart:io
RawSecureServerSocket
port
port
Dart SDK
dart:io
RawSecureServerSocket
port
property
port
Dart SDK
dart:io
RawSecureServerSocket
Static methods
bind
Properties
address
port
requestClientCertificate
requireClientCertificate
supportedProtocols
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
close
listen
any
asBroadcastStream
asyncExpand
asyncMap
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
int
port
Returns the port used by this socket.
Source
int get port => _socket.port;