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: 15.0.2.11458
Syntax
C#
public static class FlagsExtensions

The FlagsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExclusive
Returns true if the Exclusive 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 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.
Public methodStatic memberPrivate
Returns true if the Private flag is set.
Public methodStatic memberShared
Returns true if the Shared flag is set.
Public methodStatic memberSharingFlags
Returns the set of sharing flags.
Top
See Also