PowerTCP FTP for .NET
Delimiter Property



Gets the delimiter byte array used by TcpBase.ReadToDelimiter.
Syntax
Public ReadOnly Property Delimiter As Byte()
Dim instance As Data
Dim value() As Byte
 
value = instance.Delimiter
public byte[] Delimiter {get;}
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 FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic