ComponentSpace ICMP Class Library Reference

EchoMessage Constructor

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

Overload List

Initializes a new instance of the EchoMessage class.

public EchoMessage();

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

public EchoMessage(byte[]);

Initializes a new instance of the EchoMessage class from the byte array.

public EchoMessage(byte[],ref int,ref int);

See Also

EchoMessage Class | ComponentSpace.Icmp Namespace