Click or drag to resize
DAVHTTPRequest Constructor

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVHTTPRequest(
	ref DAVConnection _DAVConnection,
	string _Verb,
	DAVURI _URI,
	ref WebHeaderCollection _Headers,
	string _Body
)

Parameters

_DAVConnection
Type: ARPDev.DAVLIBDAVConnection
DAVConnection associated with the request
_Verb
Type: SystemString
HTTP Verb
_URI
Type: ARPDev.DAVLIBDAVURI
HTTP URL to issue the request to
_Headers
Type: System.NetWebHeaderCollection
Any additional headers associated with the request
_Body
Type: SystemString
HTTP Body assocatiated with the request
Remarks