ProtocolHeadTakeStream Method |
Returns the head of the protocol stream (the first protocol instance), and also
removes the stream from the ProtocolHead. The stream can then be re-assigned to a
different ProtocolHead.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected virtual ProtocolInstance TakeStream()
Return Value
ProtocolInstanceThe head of the protocol stream.
See Also