Type alias ConnectionDTO

ConnectionDTO: {
    localIp: string;
    localPort: number;
    protocol: number;
    remoteIp: string;
    remotePort: number;
}

Type declaration

  • Readonly localIp: string
  • Readonly localPort: number
  • Readonly protocol: number
  • Readonly remoteIp: string
  • Readonly remotePort: number