[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `Connection` class within the Security Command Center v2 API for .NET, used for representing IP connection information associated with security findings."],["The `Connection` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing methods and properties for managing connection data."],["Key properties of the `Connection` class include `DestinationIp`, `DestinationPort`, `Protocol`, `SourceIp`, and `SourcePort`, which are used to store the details of an IP connection."],["The class contains two constructors: a default constructor `Connection()` and a copy constructor `Connection(Connection other)`, which allows the creation of new `Connection` objects based on existing ones."],["The `Protocol` property utilizes the `Connection.Types.Protocol` enum, enabling the representation of various internet protocols such as TCP or UDP."]]],[]]