PowerTCP Mail for .NET
Delimiter Property (Data)




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 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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic