HttpClientHandler.SupportsProxy Property

Gets a value that indicates whether the handler supports proxy settings.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsProxy As Boolean 
    Get
'Usage
Dim instance As HttpClientHandler 
Dim value As Boolean 

value = instance.SupportsProxy
public virtual bool SupportsProxy { get; }
public:
virtual property bool SupportsProxy {
    bool get ();
}
abstract SupportsProxy : bool 
override SupportsProxy : bool
function get SupportsProxy () : boolean

Property Value

Type: System.Boolean

See Also

Reference

HttpClientHandler Class

System.Net.Http Namespace