Host Class |
Namespace: Network.Sim.Core
public class Host
The Host type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hostname |
The host's name.
|
![]() | Interfaces |
A collection of network interfaces installed in the host.
|
![]() | Network |
The IP stack instance of the host.
|
![]() | NodalProcessingDelay |
The nodal processing delay imposed by the host's processing
speed, in nanoseconds.
|
![]() | Routes |
An enumerable collection of routes present in the host's routing table.
|
Name | Description | |
---|---|---|
![]() | AddRoute(Route, NullableInt32) |
Adds a route to the host's routing table.
|
![]() | AddRoute(String, String, Interface, Int32, NullableInt32) |
Adds a route to the host's routing table.
|
![]() | AddRoute(String, String, String, Int32, NullableInt32) |
Adds a route to the host's routing table.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Output |
Sends the specified data to the specified destination address through the
specified local interface.
|
![]() | RegisterInterface |
Registers a new network interface with the host.
|
![]() | RemoveRoute(Int32) |
Removes the route at the specified row number from the host's routing table.
|
![]() | RemoveRoute(Route) |
Removes the specified route from the host's routing table.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |