receiverPort method

int? receiverPort()

Returns the TCP port of the receiver socket

Implementation

int? receiverPort() {
  return _serverSocketB?.port;
}