statusText()
BSTR statusText Get HTTP status text
# File ext/win32ole/sample/xml.rb, line 7015 def statusText() ret = @dispatch._getproperty(8, [], []) @lastargs = WIN32OLE::ARGV ret end