Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
Server.RequestStream Property

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

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