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
)
Public Sub New (
code As Integer,
description As String
)
public:
HttpStatus(
int code,
String^ description
)
new :
code : int *
description : string -> HttpStatus
Parameters
- code
- Type: SystemInt32
Code of the status - description
- Type: SystemString
Description of the status.
See Also