HttpStatus Constructor 

IT Hit WebDAV for .NET

Initializes a new instance of the HttpStatus structure with code and description specified.

[Visual Basic]
Public Sub New( _
   ByVal code As Integer, _
   ByVal description As String _
)
[C#]
public HttpStatus(
   int code,
   string description
);

Parameters

code
Code of the status
description
Description of the status.

See Also

HttpStatus Class | ITHit.WebDAV.Client Namespace