Click or drag to resize

TCPConnectionListener Constructor (SendReceiveOptions, ApplicationLayerProtocolStatus, SSLOptions, Boolean)

Namespace:  NetworkCommsDotNet.Connections.TCP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public TCPConnectionListener(
	SendReceiveOptions sendReceiveOptions,
	ApplicationLayerProtocolStatus applicationLayerProtocol,
	SSLOptions sslOptions,
	bool allowDiscoverable = false
)

Parameters

sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
applicationLayerProtocol
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus
sslOptions
Type: NetworkCommsDotNet.Connections.TCPSSLOptions
allowDiscoverable (Optional)
Type: SystemBoolean
See Also