PowerTCP SSH and SFTP for .NET
Delimiter Property




Gets the delimiter byte array used by SessionStream.Read or SessionStream.Read.
Syntax
'Declaration
 
Public ReadOnly Property Delimiter As Byte()
'Usage
 
Dim instance As Data
Dim value() As Byte
 
value = instance.Delimiter
public byte[] Delimiter {get;}
public: __property byte[]* get_Delimiter();
public:
property array<byte>^ Delimiter {
   array<byte>^ get();
}

Property Value

Null if no delimiter was used or no delimiter was found. Otherwise, the delimiter byte array.
See Also

Reference

Data Class
Data Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic