Proxy constructor

Proxy(
  1. UDP _listenSocket,
  2. Endpoint _serverEndpoint
)

Implementation

Proxy(this._listenSocket, this._serverEndpoint);