Connection Constructor NetworkComms.Net Help
Create a new connection object

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

protected Connection(
	ConnectionInfo connectionInfo,
	SendReceiveOptions defaultSendReceiveOptions
)

Parameters

connectionInfo
Type: NetworkCommsDotNet ConnectionInfo
ConnectionInfo corresponding to the new connection
defaultSendReceiveOptions
Type: NetworkCommsDotNet SendReceiveOptions
The SendReceiveOptions which should be used as connection defaults
See Also