IncomingMessageManagerT Constructor |
Manages and dispatches incoming messages. Starts a thread reading messages from the socket.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic IncomingMessageManager(
ProtocolSocket socket,
IncomingMessageManagerProperties properties,
bool startReading = true
)
Parameters
- socket
- Type: Demo3D.NetProtocolSocket
The connection to monitor. - properties
- Type: Demo3D.NetIncomingMessageManagerProperties
The incoming message manager properties (or null). - startReading (Optional)
- Type: SystemBoolean
True to start reading messages from the connection.
See Also