ComponentSpace ICMP Class Library Reference

EchoMessage Constructor (Byte[])

Initializes a new instance of the EchoMessage class with the supplied data.

[Visual Basic]
Overloads Public Sub New( _
   ByVal data As Byte() _
)
[C#]
public EchoMessage(
   byte[] data
);

See Also

EchoMessage Class | ComponentSpace.Icmp Namespace | EchoMessage Constructor Overload List