Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the handler supports configuration settings for the AllowAutoRedirect and MaxAutomaticRedirections properties.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SupportsRedirectConfiguration As Boolean
Get
'Usage
Dim instance As HttpClientHandler
Dim value As Boolean
value = instance.SupportsRedirectConfiguration
public virtual bool SupportsRedirectConfiguration { get; }
public:
virtual property bool SupportsRedirectConfiguration {
bool get ();
}
abstract SupportsRedirectConfiguration : bool
override SupportsRedirectConfiguration : bool
function get SupportsRedirectConfiguration () : boolean
Property Value
Type: System.Boolean