Discuss this help topic in SecureBlackbox Forum

TElMultiStream class

Methods     Declared in     Licensing     


TElMultiStream allows to merge multiple streams into a single one.

Description

    TElMultiStream class lets the user to collect multiple streams with data into one stream. This collection could be passed to the methods and properties which require a single stream. TElMultiStream is useful for HTTPS posts and other similar activities, where several data blocks must be sent together.
    Use AddStream() method to add a stream to the collection.
    TElMultiStream provides read access to the added streams.

Methods

Declared in

.NET:
  • Namespace: SBStreams
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBStreams
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbstreams.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum