Click or drag to resize

ConnectionListenerBase Constructor

Namespace:  NetworkCommsDotNet.Connections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected ConnectionListenerBase(
	ConnectionType connectionType,
	SendReceiveOptions sendReceiveOptions,
	ApplicationLayerProtocolStatus applicationLayerProtocol,
	bool allowDiscoverable
)

Parameters

connectionType
Type: NetworkCommsDotNet.ConnectionsConnectionType
sendReceiveOptions
Type: NetworkCommsDotNetSendReceiveOptions
applicationLayerProtocol
Type: NetworkCommsDotNet.ConnectionsApplicationLayerProtocolStatus
allowDiscoverable
Type: SystemBoolean
See Also