OpenFlags Enumeration |
Namespace: Demo3D.Net
[FlagsAttribute] public enum OpenFlags
| Member name | Value | Description | |
|---|---|---|---|
| NoOpen | 256 | Don't establish connection. | |
| NoLogShutdownMessages | 512 | Sets LogShutdownMessages to false. | |
| OpenFlags | 3840 | All defined OpenFlags. | |
| OnlyIfExclusive | 61440 | Flags in this range will be cleared if the socket is not exclusive. |