Property EndpointRef
EndpointRef
A reference to the endpoint of the packet. For packets in the receive queue, this is the endpoint from which the packet was received. For packets in the send queue, this is the endpoint the packet is destined to. This must be set appropriately for newly-enqueued packets.
Declaration
public ref NetworkEndpoint EndpointRef { get; }
Property Value
Type | Description |
---|---|
NetworkEndpoint | Endpoint associated with the packet. |