ProtocolSocketGetDownStream Method |
Returns the downstream socket.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxprotected ProtocolSocket GetDownStream()
Return Value
Type:
ProtocolSocketThe downstream socket.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | There's no downstream socket or the downstream socket is closed. |
See Also