Click or drag to resize

OpenFlags Enumeration

Flags specific to the Connection.

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