TcpServer Constructor (IPAddress, Int32, Boolean, Boolean)Bespoke Osc Library
Initializes a new instance of the TcpServer class.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	ipAddress As IPAddress, _
	port As Integer, _
	Optional receiveDataInline As Boolean = True, _
	Optional littleEndianByteOrder As Boolean = True _
)

Parameters

ipAddress
Type: OnlineSystem.Net IPAddress
The IP address to bind to.
port
Type: OnlineSystem Int32
The port to bind to.
receiveDataInline (Optional)
Type: OnlineSystem Boolean
The mode of automatic data reception.
littleEndianByteOrder (Optional)
Type: OnlineSystem Boolean
The expected endianness of integral value types.
See Also