Click or drag to resize
DAVConnection.IssueRequest 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,
	DAVConnection. RequestRedirections RedirectionBehavior = DAVConnection.RequestRedirections.AllowRedirections,
	int MaximumRedirects = 5
)

Parameters

davRequest
Type: ARPDev.DAVLIB.DAVHTTPRequest
Object containing the request to be issued to the DAV Host
RedirectionBehavior (Optional)
Type: ARPDev.DAVLIB.DAVConnection.RequestRedirections
Determines how the server behaves when a 302 redirection is returned in response to a well-known request
MaximumRedirects (Optional)
Type: System.Int32
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