TcpConnection Constructor Bespoke Osc Library
Initializes a new instance of the TcpConnection 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 ( _
	client As Socket, _
	Optional littleEndianByteOrder As Boolean = True _
)

Parameters

client
Type: OnlineSystem.Net.Sockets Socket
The associated socket.
littleEndianByteOrder (Optional)
Type: OnlineSystem Boolean
The expected endianness of integral value types.
See Also