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