Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConnectEvent

import type { ConnectEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

A TCP connect event was initiated through the standard network stack.

interface ConnectEvent {
destinationIpAddress?: string;
destinationPort?: number;
packageName?: string;
}

§Properties

§
destinationIpAddress?: string
[src]

The destination IP address of the connect call.

§
destinationPort?: number
[src]

The destination port of the connect call.

§
packageName?: string
[src]

The package name of the UID that performed the connect call.