Click or drag to resize

ProtocolInstanceSetDownStream Method

Sets the downstream socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public override sealed void SetDownStream(
	ProtocolSocket? socket
)

Parameters

socket
Type: Demo3D.NetProtocolSocket
The downstream socket.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe downstream socket is already set.
See Also