Click or drag to resize

DetectConnectionFlags Enumeration

Flags describing whether and how to detect a connection.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[FlagsAttribute]
public enum DetectConnectionFlags
Members
  Member nameValueDescription
Default0 No flags.
DoNotConnect1 Do not attempt to open the socket before calling DetectConnectionAsync.
See Also