ProtocolSocketGetStream Method |
Returns the head of the protocol stream (the first protocol instance).
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic ProtocolInstance GetStream()
Return Value
Type:
ProtocolInstanceThe socket at the head of the protocol stream.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | There's no downstream socket or the downstream socket is closed. |
See Also