Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
send(arg0=nil)
public
VOID send Send HTTP request
VARIANT arg0 --- varBody [IN]
# File ext/win32ole/sample/xml.rb, line 6968
def send(arg0=nil)
ret = _invoke(5, [arg0], [VT_VARIANT])
@lastargs = WIN32OLE::ARGV
ret
end