Initializes a new instance of the ProxyWindowsAuthSettings class with default settings.

Overload List

  NameDescription
Public methodProxyWindowsAuthSettings()()()()
Initializes a new instance of the ProxyWindowsAuthSettings class with default settings.
Public methodProxyWindowsAuthSettings(String)
Initializes a new instance of the ProxyWindowsAuthSettings class with default settings specifying the target user name.
Public methodProxyWindowsAuthSettings(String, ProxyTargetUserType)
Initializes a new instance of the ProxyWindowsAuthSettings class specifying the target user name and target user type.
Public methodProxyWindowsAuthSettings(WindowsAuthProtocols, String)
Initializes a new instance of the ProxyWindowsAuthSettings class, designating which protocols should be used as well as the target user name.
Public methodProxyWindowsAuthSettings(WindowsAuthProtocols, String, ProxyTargetUserType)
Initializes a new instance of the ProxyWindowsAuthSettings class, designating which protocols should be used as well as the target user name and type of target user.

See Also