PowerTCP FTP for .NET
Buffer Property



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

Reference

Segment Class
Segment Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic