Click or drag to resize

OpenFlags Enumeration

Flags specific to the Connection.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[FlagsAttribute]
public enum OpenFlags
Members
  Member nameValueDescription
NoOpen256 Don't establish connection.
NoLogShutdownMessages512 Sets LogShutdownMessages to false.
OpenFlags3840 All defined OpenFlags.
OnlyIfExclusive61440 Flags in this range will be cleared if the socket is not exclusive.
See Also