Sends the specified data to the specified destination address through the
specified local interface.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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