Click or drag to resize

ChannelInstance Constructor

Creates a new channel.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public ChannelInstance(
	ProtocolInstance instance,
	Channel channel
)

Parameters

instance
Type: Demo3D.NetProtocolInstance
Protocol instance associated with this channel.
channel
Type: Demo3D.NetChannel
Channel of which this is an instance.
See Also