Discuss this help topic in SecureBlackbox Forum

TElPGPStream.PassTo

TElPGPStream     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies stream, to which output data will be passed.

Declaration

[C#]
    TElPGPStream PassTo;

[VB.NET]
    Property PassTo As TElPGPStream

[Pascal]
    property PassTo : TElPGPStream;

[C++]
    TElPGPStream* get_PassTo();
    void set_PassTo(TElPGPStream &Value);
    void set_PassTo(TElPGPStream *Value);

[PHP]
    TElPGPStream get_PassTo()
    void set_PassTo(TElPGPStream $Value)

[Java]
    TElPGPStream getPassTo();
    void setPassTo(TElPGPStream Value);

Description

    Use this property to get or set the stream, to which this stream will pass the resulting data. This property lets you build a chain of streams and avoid necessity to have extra buffers for intermediate data.

Discuss this help topic in SecureBlackbox Forum