public sealed class TrafficPortSelector : IMessage<TrafficPortSelector>, IEquatable<TrafficPortSelector>, IDeepCloneable<TrafficPortSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class TrafficPortSelector.
Optional. A list of ports. Can be port numbers or port range
(example, [80-90] specifies all ports from 80 to 90, including
80 and 90) or named ports or * to specify all ports. If the
list is empty, all ports are selected.
[[["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 page provides reference documentation for the `TrafficPortSelector` class within the Network Services v1 API in .NET."],["The `TrafficPortSelector` class is used to define a port-based selector for network traffic, inheriting from the base `object` class and implementing multiple interfaces for message handling and cloning."],["It includes constructors for creating new instances, one empty, and another to use a preexisting `TrafficPortSelector`."],["The main functionality is provided by the `Ports` property, which accepts a list of ports, ranges, or named ports, and using * will select all ports."],["The latest stable version of TrafficPortSelector is version 1.0.0."]]],[]]