Method: WinRM::Shells::Base#transport

Defined in:
lib/winrm/shells/base.rb

#transportWinRM::HTTP::HttpTransport (readonly)

Returns transport used to talk with endpoint.

Returns:



63
64
65
# File 'lib/winrm/shells/base.rb', line 63

def transport
  @transport
end