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

Datei anzeigen Open project: dotnet/corefx

Public Properties

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

Property Details

Code public_oe property

public byte Code
return byte

HeaderChecksum public_oe property

public ushort HeaderChecksum
return ushort

Identifier public_oe property

public ushort Identifier
return ushort

SequenceNumber public_oe property

public ushort SequenceNumber
return ushort

Type public_oe property

public byte Type
return byte