Click or drag to resize
INetworkConnection Interface
The interface for an IConnection exposed by INetworkConnector.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface INetworkConnection : IConnection, 
	IDisposable

The INetworkConnection type exposes the following members.

Properties
  NameDescription
Public propertyBytesRead
Gets the total number of bytes read on the connection.
(Inherited from IConnection.)
Public propertyBytesWritten
Gets the total number of bytes sent.
(Inherited from IConnection.)
Public propertyConnectionStatus
Gets the current state of the connection.
(Inherited from IConnection.)
Public propertyConnector
Gets the connector that owns this connection.
(Inherited from IConnection.)
Public propertyCreated
Gets the date and time at UTC when the connection was established.
(Inherited from IConnection.)
Public propertyDescription
Gets a description of the connection.
(Inherited from IConnection.)
Public propertyLocalEndPoint
Gets the local end point. Can be null if connection has been broken.
Public propertyOperationQueueEntries
Gets how many operations are queued for this connection.
(Inherited from IConnection.)
Public propertyRemoteEndPoint
Gets the remote end point. Can be null if connection has been broken.
Public propertyStaleBytesDiscarded
Gets the total number of bytes that have been discarded because they were stale.
(Inherited from IConnection.)
Public propertyWriteQueueBytes
Gets the total number of bytes queued for sending.
(Inherited from IConnection.)
Top
Methods
Events
  NameDescription
Public eventConnectionStateChanged
Raised when ConnectionStatus changes.
(Inherited from IConnection.)
Top
See Also