AndroidClientHandler.ProxyAuthenticationRequested 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.
Server authentication response indicates that the request to authorize comes from a proxy if this property is true.
All the instances of AuthenticationData stored in the RequestedAuthentication property will
have their UseProxyAuthentication preset to the same value as this property.
public bool ProxyAuthenticationRequested { get; }
member this.ProxyAuthenticationRequested : bool
Property Value
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.