Click or drag to resize

FlagsExtensions Class

Extension methods for SocketFlags and OpenFlags.
Inheritance Hierarchy
SystemObject
  Demo3D.NetFlagsExtensions

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public static class FlagsExtensions

The FlagsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHidden
Returns true if the Hidden flag is set.
Public methodStatic memberNoCloseConnections
Returns true if the NoCloseConnections flag is set.
Public methodStatic memberNoLogConnections
Returns true if the NoLogConnections flag is set.
Public methodStatic memberNoLogDisconnections
Returns true if the NoLogDisconnections flag is set.
Public methodStatic memberNoLogMessages
Returns true if the NoLogMessages flag is set.
Public methodStatic memberNoLogShutdownMessages
Returns true if the NoLogShutdownMessages flag is set.
Public methodStatic memberNoOpen
Returns true if the NoOpen flag is set.
Public methodStatic memberPersistent
Returns true if the Persistent flag is set.
Top
See Also