Share via


SystemMessageContext Class

Definition

public ref class SystemMessageContext sealed : Microsoft::BizTalk::Message::Interop::MessageContextBase
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SystemMessageContext : Microsoft.BizTalk.Message.Interop.MessageContextBase
type SystemMessageContext = class
    inherit MessageContextBase
Public NotInheritable Class SystemMessageContext
Inherits MessageContextBase
Inheritance
SystemMessageContext
Attributes

Constructors

SystemMessageContext(IBaseMessageContext)

Fields

m_namespace

Properties

ActionOnFailure
BackupEndpointInfo
BatchRequired
CorrelationToken
DecryptionCert
DestinationParty
DestinationPartyID
DestinationPartyQualifier
EncryptionCert
EndpointGroup
ExpirationTime
FaultQueue
InboundTransportLocation
InboundTransportType
InterchangeID
IsFragmented
IsSolicitResponse
MessageID
MessageType
Namespace
OutboundTransportLocation
OutboundTransportType
PassThrough
PipelineExecuted
ProcessingParts
ReceivePipelineID
ReceivePortID
RetryCount
RetryInterval
SignatureCertificate
SigningCert
SOAPAction
SourceParty
SourcePartyEvidence
SourcePartyEvidenceQualifier
SourcePartyID
SourcePartyQualifier
SSOTicket
TransmitPipelineID
WindowsUser

Methods

Dispose() (Inherited from MessageContextBase)
Read(String) (Inherited from MessageContextBase)
ReadValueType<T>(String) (Inherited from MessageContextBase)
UpdateProperties(UpdateProperty[])
Write(String, Object) (Inherited from MessageContextBase)
WriteValueType<T>(String, Nullable<T>) (Inherited from MessageContextBase)

Applies to