ProtocolSocketAddAspect Method |
Adds an aspect to a socket.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic void AddAspect(
Type typeOfAspect,
Object aspect
)
Parameters
- typeOfAspect
- Type: SystemType
The type of the aspect to add. - aspect
- Type: SystemObject
The object to add.
Remarks
Thread safe.
See Also