Click or drag to resize
DAVConnectionIssueRequest Method
Issues a DAV Request to the DAV Host

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVHTTPResponse IssueRequest(
	ref DAVHTTPRequest davRequest,
	DAVConnectionRequestRedirections RedirectionBehavior = DAVConnectionRequestRedirections.AllowRedirections,
	int MaximumRedirects = 5
)

Parameters

davRequest
Type: ARPDev.DAVLIBDAVHTTPRequest
Object containing the request to be issued to the DAV Host
RedirectionBehavior (Optional)
Type: ARPDev.DAVLIBDAVConnectionRequestRedirections
Determines how the server behaves when a 302 redirection is returned in response to a well-known request
MaximumRedirects (Optional)
Type: SystemInt32
Maxumum number of 302 requests handled before the client gives up

Return Value

Type: DAVHTTPResponse
DAVHTTPResponse object (which also includes any error codes and status information)
Remarks
DAVHTTPResponse object (which also includes any error codes and status information)
See Also