Click or drag to resize
Ipv4 Class
Represents the Network layer of the OSI model (Layer 3).
Inheritance Hierarchy
SystemObject
  Network.Sim.Network.IpIpv4

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Ipv4

The Ipv4 type exposes the following members.

Constructors
  NameDescription
Public methodIpv4
Initializes a new instance of the Network class.
Top
Methods
  NameDescription
Public methodArpTableOf
Returns an enumerable collection of ARP entries for the specified interface.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFragmentPacket
Fragments the specified packet into multiple packets taking into account the specified maximum transmission unit.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnAvailableToSent
Interrupt method invoked whenever the link layer has emptied its FIFO and is ready to accept new data for transmission.
Public methodOnInput
Interrupt method invoked on behalf of the link-layer of the specified interface whenever frame payload data can be delivered to the network layer.
Public methodOutput
Wraps the specified higher-level data into IP packets and transmits them to the specified destination.
Public methodOutputQueueOf
Returns the output queue of the specified interface.
Public methodReassemblePacket
Reassembles fragmented IP packets and hands them up to the transport layer once they have been fully reassembled.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also