IWSManConnectionOptionsEx2.SetProxy(Int32, Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetProxy
method of IWSManConnectionOptionsEx2
interface.
[System.Runtime.InteropServices.DispId(4)]
public void SetProxy (int accessType, int authenticationMechanism, string userName, string password);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member SetProxy : int * int * string * string -> unit
Public Sub SetProxy (accessType As Integer, authenticationMechanism As Integer, userName As String, password As String)
Parameters
- accessType
- Int32
- authenticationMechanism
- Int32
- userName
- String
- password
- String
- Attributes