Share via


HttpClientConnection100Class.GetProxyPassword Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the proxy password.

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

Syntax

'Declaration
Public Overridable Function GetProxyPassword As String
'Usage
Dim instance As HttpClientConnection100Class 
Dim returnValue As String 

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

Return Value

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

Implements

IDTSHttpClientConnection100.GetProxyPassword()

See Also

Reference

HttpClientConnection100Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace