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

Datei anzeigen Open project: vargaz/mono

Public Methods

Method Description
GetBytes ( ) : byte[]
IcmpMessage ( byte type, byte code, ushort identifier, ushort sequence, byte data ) : System
IcmpMessage ( byte bytes, int offset, int size ) : System

Private Methods

Method Description
ComputeChecksum ( byte data ) : ushort

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

IcmpMessage() public method

public IcmpMessage ( byte type, byte code, ushort identifier, ushort sequence, byte data ) : System
type byte
code byte
identifier ushort
sequence ushort
data byte
return System

IcmpMessage() public method

public IcmpMessage ( byte bytes, int offset, int size ) : System
bytes byte
offset int
size int
return System