Method: WinRM::Shells::Base#transport

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

#transportWinRM::HTTP::HttpTransport (readonly)

Returns transport used to talk with endpoint.

Returns:



65
66
67
# File 'lib/winrm/shells/base.rb', line 65

def transport
  @transport
end