Connection ClassNetworkComms.Net Help
Global connection base class for NetworkComms.Net. Most user interactions happen using a connection object. Extended by TCPConnection and UDPConnection.
Inheritance Hierarchy

OnlineSystem Object
  NetworkCommsDotNet.Connections Connection
    NetworkCommsDotNet.Connections IPConnection

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public abstract class Connection : IDisposable
See Also