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
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes protégées

Méthode Description
IPConnection ( ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions ) : NetworkCommsDotNet.DPSBase

Create a new IP connection object

Private Methods

Méthode Description
IPConnection ( ) : NetworkCommsDotNet.DPSBase

Method Details

IPConnection() protected méthode

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
Résultat NetworkCommsDotNet.DPSBase