TcpClientOptions class

TCP client options.

  • host The address to connect to.
  • port The port to connect to.

Constructors

TcpClientOptions({required InternetAddress host, required int port})
Creates TCP client options.

Properties

hashCode int
The hash code for this object.
no setterinherited
host InternetAddress
The address to connect to.
final
port int
The port to connect to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited