Click or drag to resize

ProtocolPropertiesSetProperties(Protocol, String, Type, String, Object) Method

Sets properties for particular protocol service.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public 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