Class ConnectEvent
A TCP connect event was initiated through the standard network stack.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ConnectEvent : IDirectResponseSchema
Properties
DestinationIpAddress
The destination IP address of the connect call.
Declaration
[JsonProperty("destinationIpAddress")]
public virtual string DestinationIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationPort
The destination port of the connect call.
Declaration
[JsonProperty("destinationPort")]
public virtual int? DestinationPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
The package name of the UID that performed the connect call.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |