Click or drag to resize

ProtocolPropertiesAddProperties Method (Protocol, Type, Object)

Adds properties for particular protocol service.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void AddProperties(
	Protocol protocol,
	Type service,
	Object propertyBag
)

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol.
service
Type: SystemType
The service being accessed.
propertyBag
Type: SystemObject
The properties.
See Also