Click or drag to resize

ProtocolSocketSetDownStream Method

Sets the downstream socket.

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

Parameters

socket  ProtocolSocket
The downstream socket.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe downstream socket is already set.
See Also