HttpClientConnection100Class.ProxyPassword Property
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.
Sets the password used to log on to the proxy. This property is read-only.
public:
virtual property System::String ^ ProxyPassword { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(13)]
public virtual string ProxyPassword { [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.ProxyPassword : string
Public Overridable Property ProxyPassword As String
Property Value
A String that contains the password used to log on to the proxy.
Implements
- Attributes