Interface MessageEnvelope  
  
  
    - Namespace
- MassTransit.Serialization
- Assembly
- MassTransit.Abstractions.dll
 
  
  
  
    public interface MessageEnvelope
   
  Properties
  
  
  ConversationId
  
  
  
  
  
    string? ConversationId { get; }
   
  Property Value
  
    - string
  CorrelationId
  
  
  
  
  
    string? CorrelationId { get; }
   
  Property Value
  
    - string
  DestinationAddress
  
  
  
  
  
    string? DestinationAddress { get; }
   
  Property Value
  
    - string
  ExpirationTime
  
  
  
  
  
    DateTime? ExpirationTime { get; }
   
  Property Value
  
    - DateTime?
  FaultAddress
  
  
  
  
  
    string? FaultAddress { get; }
   
  Property Value
  
    - string
    Dictionary<string, object?>? Headers { get; }
   
  Property Value
  
    - Dictionary<string, object>
  Host
  
  
  
  
  
  Property Value
  
    - HostInfo
  InitiatorId
  
  
  
  
  
    string? InitiatorId { get; }
   
  Property Value
  
    - string
  Message
  
  
  
  
  
  Property Value
  
    - object
  MessageId
  
  
  
  
  
    string? MessageId { get; }
   
  Property Value
  
    - string
  MessageType
  
  
  
  
  
    string[]? MessageType { get; }
   
  Property Value
  
    - string[]
  RequestId
  
  
  
  
  
    string? RequestId { get; }
   
  Property Value
  
    - string
  ResponseAddress
  
  
  
  
  
    string? ResponseAddress { get; }
   
  Property Value
  
    - string
  SentTime
  
  
  
  
  
    DateTime? SentTime { get; }
   
  Property Value
  
    - DateTime?
  SourceAddress
  
  
  
  
  
    string? SourceAddress { get; }
   
  Property Value
  
    - string