Click or drag to resize

SocketFlags Enumeration

Client and server socket flags, specific to the ProtocolHead.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
[FlagsAttribute]
public enum SocketFlags
Members
  Member nameValueDescription
Persistent1 Connection is persistent.
Hidden16 Client only. This connection is hidden from the rest of Demo3D. (Does not appear in the connections dialogs.)
NoCloseConnections256 Server only. True to keep client connections open when the server is closed. See also CloseClients.
NoLogConnections512 Server only. True to suppress logging connections.
NoLogDisconnections1024 Server only. True to suppress logging disconnections.
NoLogMessages2048 Don't log messages.
SocketFlags4095 All SocketFlags.
See Also