Property this
this[int]
Gets the packet processor for the packet at the given index.
Declaration
public PacketProcessor this[int packetIndex] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | packetIndex | Index of the packet in the queue. |
Property Value
| Type | Description |
|---|---|
| PacketProcessor | Packet processor for the packet at the provided index. |
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException | If the index is not valid. |