Click or drag to resize
HostOutput Method
Sends the specified data to the specified destination address through the specified local interface.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Output(
	string ifName,
	IpAddress destination,
	byte[] data
)

Parameters

ifName
Type: SystemString
The name of the local interface to send the data through.
destination
Type: Network.Sim.Network.IpIpAddress
The IP-address of the destination host.
data
Type: SystemByte
The data to transmit.
See Also