phoenix_title wx.html2.WebViewHandlerResponseData

A class holding the response data.

Stream must be available until this object is destroyed.

wx.html2.WebView

Added in version 4.3/wxWidgets-3.3.0.

See also

wx.html2.WebViewHandlerResponse.Finish


class_hierarchy Class Hierarchy

Inheritance diagram of WebViewHandlerResponseData


method_summary Methods Summary

GetStream


property_summary Properties Summary

Stream

See GetStream


api Class API

class wx.html2.WebViewHandlerResponseData(object)

A class holding the response data.


Methods

GetStream(self)
Return type:

InputStream

Returns:

A pointer to the stream.

See also

wx.html2.WebViewHandlerResponse.Finish


Properties

Stream

See GetStream