Click or drag to resize

TCPConnectionGetConnection Method (ConnectionInfo, SendReceiveOptions, SSLOptions, Boolean)

Namespace:  NetworkCommsDotNet.Connections.TCP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static TCPConnection GetConnection(
	ConnectionInfo connectionInfo,
	SendReceiveOptions defaultSendReceiveOptions,
	SSLOptions sslOptions,
	bool establishIfRequired = true
)

Parameters

connectionInfo
Type: NetworkCommsDotNetConnectionInfo
defaultSendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
sslOptions
Type: NetworkCommsDotNet.Connections.TCPSSLOptions
establishIfRequired (Optional)
Type: SystemBoolean

Return Value

Type: TCPConnection
See Also