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