Class SendContextProxy
- Namespace
- MassTransit.Context
- Assembly
- MassTransit.Abstractions.dll
public class SendContextProxy : ProxyPipeContext
- Inheritance
-
SendContextProxy
- Derived
-
- Inherited Members
-
Constructors
SendContextProxy(SendContext)
protected SendContextProxy(SendContext context)
Parameters
context
SendContext
Properties
BodyLength
public long? BodyLength { get; }
Property Value
- long?
ContentType
public ContentType? ContentType { get; set; }
Property Value
- ContentType
ConversationId
public Guid? ConversationId { get; set; }
Property Value
- Guid?
CorrelationId
public Guid? CorrelationId { get; set; }
Property Value
- Guid?
Delay
public TimeSpan? Delay { get; set; }
Property Value
- TimeSpan?
DestinationAddress
public Uri? DestinationAddress { get; set; }
Property Value
- Uri
Durable
public bool Durable { get; set; }
Property Value
- bool
FaultAddress
public Uri? FaultAddress { get; set; }
Property Value
- Uri
public SendHeaders Headers { get; }
Property Value
- SendHeaders
InitiatorId
public Guid? InitiatorId { get; set; }
Property Value
- Guid?
MessageId
public Guid? MessageId { get; set; }
Property Value
- Guid?
RequestId
public Guid? RequestId { get; set; }
Property Value
- Guid?
ResponseAddress
public Uri? ResponseAddress { get; set; }
Property Value
- Uri
ScheduledMessageId
public Guid? ScheduledMessageId { get; set; }
Property Value
- Guid?
SentTime
public DateTime? SentTime { get; }
Property Value
- DateTime?
Serialization
public ISerialization Serialization { get; set; }
Property Value
- ISerialization
Serializer
public IMessageSerializer Serializer { get; set; }
Property Value
- IMessageSerializer
SourceAddress
public Uri? SourceAddress { get; set; }
Property Value
- Uri
TimeToLive
public TimeSpan? TimeToLive { get; set; }
Property Value
- TimeSpan?
Methods
CreateProxy<T>(T)
public SendContext<T> CreateProxy<T>(T message) where T : class
Parameters
message
T
Returns
- SendContext<T>
Type Parameters
T