Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server.ReplyStream Property

The stream used by the Remote Adapter in order to forward the answers to the Proxy Adapter.

C++
public: __property Stream ReplyStream;
C#
public Stream ReplyStream;
Visual Basic
Public Property ReplyStream() As Stream