Click or drag to resize

ProtocolSocketGetStream Method

Returns the head of the protocol stream (the first protocol instance).

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public ProtocolInstance GetStream()

Return Value

ProtocolInstance
The socket at the head of the protocol stream.
Exceptions
ExceptionCondition
InvalidOperationExceptionThere's no downstream socket or the downstream socket is closed.
See Also