C# Class NetworkCommsDotNet.Connections.IPConnection

IP Connection base class for NetworkComms.Net. This contains the functionality and tools shared by any connections that use IP related endPoints such as NetworkCommsDotNet.Connections.TCP.TCPConnection and NetworkCommsDotNet.Connections.UDP.UDPConnection.
Inheritance: Connection
Exibir arquivo Open project: MarcFletcher/NetworkComms.Net

Protected Methods

Method Description
IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase

Create a new IP connection object

Private Methods

Method Description
IPConnection ( ) : NetworkCommsDotNet.DPSBase

Method Details

IPConnection() protected method

Create a new IP connection object
protected IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase
connectionInfo ConnectionInfo ConnectionInfo corresponding to the new connection
defaultSendReceiveOptions SendReceiveOptions The SendReceiveOptions which should be used as connection defaults
return NetworkCommsDotNet.DPSBase