Dart.Ssh Namespace > HttpProxyData Class > HttpProxyData Constructor : HttpProxyData Constructor(String,Int32,String,String) |
'Declaration Public Function New( _ ByVal hostNameOrAddress As String, _ ByVal port As Integer, _ ByVal username As String, _ ByVal password As String _ )
'Usage Dim hostNameOrAddress As String Dim port As Integer Dim username As String Dim password As String Dim instance As New HttpProxyData(hostNameOrAddress, port, username, password)
Equivalent to HttpProxyData(proxyHost, proxyPort, proxyUser, proxyPass, null).