Flags Conversion (SocketFlags to Flags) |
Implicit cast.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static implicit operator Flags (
SocketFlags socketFlags
)
Parameters
- socketFlags
- Type: Demo3D.NetSocketFlags
Client and server socket flags, used to control the building and caching of the connection.
Return Value
Type:
FlagsNew Flags.
See Also