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: 14.0.0.10531
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