Methods

Files

WinRM::HTTP::HttpPlaintext

Public Class Methods

new(endpoint, user, pass, opts) click to toggle source
# File lib/winrm/http/transport.rb, line 66
def initialize(endpoint, user, pass, opts)
  super(endpoint)
  @httpcli.set_auth(nil, user, pass)
  no_sspi_auth! if opts[:disable_sspi]
  basic_auth_only! if opts[:basic_auth_only]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.