Share via


HttpClientConnection.GetProxyPassword Method

Gets the proxy password.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function GetProxyPassword As String
'Usage
Dim instance As HttpClientConnection 
Dim returnValue As String 

returnValue = instance.GetProxyPassword()
public string GetProxyPassword()
public:
String^ GetProxyPassword()
member GetProxyPassword : unit -> string
public function GetProxyPassword() : String

Return Value

Type: System.String
A String containing the proxy password.

See Also

Reference

HttpClientConnection Class

Microsoft.SqlServer.Dts.Runtime Namespace