This namespace contains classes representing a virtualized network interface.
| C# | Visual Basic | Managed C++ |
namespace QS.Fx.Network
Namespace QS.Fx.Network
namespace QS.Fx.Network
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Name | Description |
|---|---|---|
| AsynchronousSend | ||
| Data |
This structure represents a packet transmitted over the network. The packet can contain multiple contiguous memory segments.
| |
| IListener |
This class represents a receive socket.
| |
| INetworkConnection |
This class represents a virtualized network stack, with one or more network interface adapters.
The stack only supports UDP communication.
| |
| INetworkInterface |
This class represents a single network interface adapter.
| |
| ISender |
This class represents a send socket.
| |
| ISource |
This interface is implemented by data feeds that can produce streams of pakcets on demand.
| |
| IVirtualListener | ||
| IVirtualNetwork | ||
| IVirtualNetworkClient | ||
| IVirtualPacket | ||
| IVirtualSender | ||
| IVirtualSenderController | ||
| NetworkAddress |
This class represents a full IPv4 network address including an IP address and a port number.
| |
| ObjectTransmissionCallback | ||
| PacketTransmissionCallback | ||
| PhysicalNetworkConnection | ||
| PhysicalNetworkInterface | ||
| ReceiveCallback |
This callback is invoked when a packet arrives on a receive socket.
| |
| VirtualListener | ||
| VirtualNetwork | ||
| VirtualNetworkConnection | ||
| VirtualNetworkInterface | ||
| VirtualPacket | ||
| VirtualSender | ||
| VirtualSenderController |