Click or drag to resize

ProtocolSocketAddAspect Method

Adds an aspect to a socket.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public void AddAspect(
	Type typeOfAspect,
	Object aspect
)

Parameters

typeOfAspect  Type
The type of the aspect to add.
aspect  Object
The object to add.
Remarks
Thread safe.
See Also