Method: WinRM::WSMV::Header#action_receive
- Defined in:
- lib/winrm/wsmv/header.rb
#action_receive ⇒ Object
138 139 140 141 142 143 144 145 146 147 148 |
# File 'lib/winrm/wsmv/header.rb', line 138 def action_receive { "#{SOAP::NS_ADDRESSING}:Action" => 'http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Receive', :attributes! => { "#{SOAP::NS_ADDRESSING}:Action" => { 'mustUnderstand' => true } } } end |