Click or drag to resize

Flags  Conversion (SocketFlags to Flags)

Implicit cast.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public 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: Flags
New Flags.
See Also