InternalLinkTypeProxy constructor

InternalLinkTypeProxy(
  1. {required String server,
  2. required int port,
  3. required ProxyType type,
  4. int? extra,
  5. int? clientId}
)

The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy

Implementation

InternalLinkTypeProxy