PowerTCP Sockets for .NET
Data Field




Returns data returned from the echo request.
Syntax
'Declaration
 
Public ReadOnly Data As Byte()
'Usage
 
Dim instance As Echo
Dim value() As Byte()
 
value = instance.Data
public readonly byte[] Data
public: readonly byte[]* Data
public:
readonly array<byte>^ Data

Field Value

A byte array representing the data sent to and subsequently returned from the remote host.
Remarks

When a ping request is sent, any data included in the packet is returned to the sender.

See Also

Reference

Echo Class
Echo Members


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