Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.ExtendedDataType

TElSimpleSSHClient     See also     


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


This property returns the type of extended data.

Declaration

[C#]
    int ExtendedDataType;

[VB.NET]
    Property ExtendedDataType As Integer

[Pascal]
    property ExtendedDataType : integer;

[C++]
    int32_t get_ExtendedDataType();

[PHP]
    integer get_ExtendedDataType()

[Java]
    int getExtendedDataType();

Description

    Check this propertyjust after receiving a chunk of extended data in order to get the type of extended data. Though the only defined extended data type is STDERR (ExtendedDataType=1), various implementations may use their own custom extended data types.

See also:     OnReceive    

Discuss this help topic in SecureBlackbox Forum