C# Class System.Net.NetworkInformation.Ping.IcmpHeader

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
Code byte
HeaderChecksum ushort
Identifier ushort
SequenceNumber ushort
Type byte

Property Details

Code public property

public byte Code
return byte

HeaderChecksum public property

public ushort HeaderChecksum
return ushort

Identifier public property

public ushort Identifier
return ushort

SequenceNumber public property

public ushort SequenceNumber
return ushort

Type public property

public byte Type
return byte