Show / Hide Table of Contents

Class ConnectEvent

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

Inheritance
object
ConnectEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX