HttpClientConnection100Class.ProxyPassword Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta la password utilizzata per accedere al proxy. Questa proprietà è di sola lettura.
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
Valore della proprietà
Stringa contenente la password usata per accedere al proxy.
Implementazioni
- Attributi