|
Abstract Direct SSTP is an approach which uses window message(not socket) for SSTP protocol communication. Direct SSTP has following advantages:
Please refer to the SSTP protocol specification Note:This Direct SSTP implementation depends upon Microsoft windows. Specification Transferring data uses the wm_copydata request to Direct SSTP to the server using following protocol. The Direct SSTP server processes the request and returns the response in the same format to the window handle which is specified in the HWnd header.
How to get window handle A window handle can be verified by receiving data from filemapping the object "Sakura". Please refer to the filemapping object. |