ProtocolPropertiesSetProperties Method (Protocol, String, Type, Object) |
Sets properties for particular protocol service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic void SetProperties(
Protocol protocol,
string? channelName,
Type? serviceType,
Object? propertyBag
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol. - channelName
- Type: SystemString
The name of the channel hosting the service (or null). - serviceType
- Type: SystemType
The service being accessed. - propertyBag
- Type: SystemObject
The properties.
See Also