VirtualRadar.Interface.Network Namespace |
[Missing <summary> documentation for "N:VirtualRadar.Interface.Network"]
Class | Description | |
---|---|---|
ConnectionEventArgs |
The arguments passed to connection events.
| |
ConnectorActivityEvent |
Describes a single event that occurred for a connector.
| |
RebroadcastFormatName |
Links a rebroadcast server format's name to its unique ID.
|
Interface | Description | |
---|---|---|
IConnection |
Describes a single connection exposed by an IConnector.
| |
IConnector |
The interface for objects that can establish a connection with a remote machine.
| |
IConnectorActivityLog |
The interface for a singleton object that records activity across every connector
created by the application.
| |
IConnectorAuthentication |
The interface for all authentication classes.
| |
IConnectorSnapshotLogger |
The interface that objects that log snapshots of all of the connections must implement.
| |
INetworkConnection |
The interface for an IConnection exposed by INetworkConnector.
| |
INetworkConnector |
An active connector that connects to a single machine over the IP network.
| |
IPassphraseAuthentication |
The interface for objects that implement passphrase authentication on
rebroadcast servers.
| |
IRebroadcastFormatManager |
The singleton manager that keeps track of all registered rebroadcast server formats.
| |
IRebroadcastFormatProvider |
The interface that all rebroadcast server format providers must implement.
| |
IRebroadcastServer |
The interface for objects that can rebroadcast messages or bytes received by an IListener.
| |
IRebroadcastServerManager |
The interface for a singleton object that can configure and control a collection of IRebroadcastServers.
| |
ISerialConnector |
An active connector that connects to a device over a serial COM port.
| |
ITcpConnectionStateService |
A service that can retrieve the state of TCP connections.
|
Delegate | Description | |
---|---|---|
ConnectionReadDelegate |
The delegate that is called when an IConnection reads bytes off the connection.
|
Enumeration | Description | |
---|---|---|
ConnectionStatus |
The various states that an IListener can be in.
| |
ConnectorActivityType |
Describes the types of connector activity that are logged.
|