| ComponentSpace ICMP Class Library Reference |
|
EchoClient.SequenceNumber Property
Gets or sets the sequence number to use in the echo message. The sequence number automatically increments after each echo message is sent.
[Visual Basic]
Public Property SequenceNumber As
UInt16
[C#]
public
ushort SequenceNumber {get; set;}
Property Value
The sequence number to use in the echo message. The defaut value is 1.
See Also
EchoClient Class | ComponentSpace.Icmp Namespace