ProtocolSocketAddAspect Method |
Adds an aspect to a socket.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic 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