Click or drag to resize

Flags   Conversion (SocketFlags to Flags)

Implicit cast.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static implicit operator Flags (
	SocketFlags socketFlags
)

Parameters

socketFlags  SocketFlags
Client and server socket flags, used to control the building and caching of the connection.

Return Value

Flags
New Flags.
See Also