Proton DotNet
Properties | List of all members
Apache.Qpid.Proton.Engine.PerformativeEnvelope< T > Class Template Reference

Base class for envelope types that travel through the engine. More...

Properties

Body [get]
 Access the performative that is the body of this envelope. More...
 
ushort Channel [get]
 Access the channel on which the performative was received. More...
 
IProtonBuffer Payload [get]
 Access the payload bytes that arrived with the performative. More...
 
byte FrameType [get]
 Provides the frame type that defines what types of performatives can be received. More...
 

Detailed Description

Base class for envelope types that travel through the engine.

Property Documentation

◆ Body

Access the performative that is the body of this envelope.

◆ Channel

Access the channel on which the performative was received.

◆ FrameType

Provides the frame type that defines what types of performatives can be received.

◆ Payload

Access the payload bytes that arrived with the performative.


The documentation for this class was generated from the following file: