responseText()
BSTR responseText Get response body
# File ext/win32ole/sample/xml.rb, line 6887 def responseText() ret = _getproperty(10, [], []) @lastargs = WIN32OLE::ARGV ret end