PowerTCP SSH and SFTP for .NET
Buffer Property




Gets the buffer that holds data.
Syntax
'Declaration
 
Public ReadOnly Property Buffer As Byte()
'Usage
 
Dim instance As Segment
Dim value() As Byte
 
value = instance.Buffer
public byte[] Buffer {get;}
public: __property byte[]* get_Buffer();
public:
property array<byte>^ Buffer {
   array<byte>^ get();
}
See Also

Reference

Segment Class
Segment Members


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