Click or drag to resize
DAVConnectionRequestRedirections Enumeration
Determines the redirection behaviour of the DAV client.

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum RequestRedirections
Members
  Member nameValueDescription
AllowRedirections0
NoRedirections1
ResubmitAuthenticatedRedirections2
Remarks
It determines whether 302 (Moved) responses should be followed and submitted Credentials
See Also