WebDAVResponse Constructor 

IT Hit WebDAV for .NET

Initializes a new instance of the WebDAVResponse class.

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

Parameters

code
Status code of the HTTP response.
description
Description of the HTTP response.

See Also

WebDAVResponse Class | ITHit.WebDAV.Server.Response Namespace