C# (CSharp) DtaSpy Namespace

Nested Namespaces

DtaSpy.Samples
DtaSpy.Tests

Classes

Name Description
BizTalkBlockReader
BizTalkBlockStream Utility write-only stream for fragmenting a raw message part into BizTalk blocks. Use this if you need to get hold of the individual blocks (by supplying your own custom IBlockWriter). Use BizTalkFragmentStream for higher level compression/decompression.
BizTalkBlockWriter
BizTalkContextProperty
BizTalkContextReader Experimental context reader. Still havent reverse-engineered the entire format. A bit shaky and full of Asserts. Use with caution.
BizTalkContextWriter Experimental context writer. Blind inverted implementation of the context reader, please refer to it for documentation and/or guidance.
BizTalkFragment
BizTalkMessagePartStream A compression stream for reading or writing from/to BizTalk message part fragment format.
BizTalkTrackedMessage
BizTalkTrackedMessagePart
BizTalkTrackingDb Database wrapper for retrieval of tracked messages, parts, fragments and context. Normally you'd use an instance of this object to retrieve one or more messages and then use the message instances to access all related objects (parts, fragments and contexts). For all methods to work the connection needs to have EXECUTE permissions for the following stored procedures in the BizTalk DTA database: ops_LoadTrackedMessages, ops_LoadTrackedPartByID, ops_LoadTrackedParts, ops_LoadTrackedMessageContext and ops_LoadTrackedPartFragment.
FragmentBlock Fragment streams consists of one or more of what I've come to call blocks which in turn consists of a header describing the block, it's compression mode (on/off), it's length (compressed and uncompressed).