port property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? port
getter/setter pair

Deprecated in favor of portName.

The TCP port to connect on the backend. The default value is 80. For Internal TCP/UDP Load Balancing and Network Load Balancing, omit port.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? port;