Class FlowContext
Provides the context to a link endpoint to process a received flow.
Inheritance
System.Object
    FlowContext
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Amqp.Listener
Assembly: Amqp.Net.dll
Syntax
public class FlowContextProperties
Link
Gets the link associated with the context.
Declaration
public ListenerLink Link { get; }Property Value
| Type | Description | 
|---|---|
| ListenerLink | 
Messages
Gets the number of messages allowed to send by the peer.
Declaration
public int Messages { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Properties
Gets the properties associated with the flow performative.
Declaration
public Fields Properties { get; }Property Value
| Type | Description | 
|---|---|
| Fields |