Click or drag to resize

HttpStatus Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the HttpStatus structure with code and description specified.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public HttpStatus(
	int code,
	string description
)

Parameters

code
Type: SystemInt32
Code of the status
description
Type: SystemString
Description of the status.
See Also